new: [genericElements:singleView] Added new string field to extract without type deduction

pull/72/head
mokaddem 2021-09-03 09:47:36 +02:00
parent 8df647cdb9
commit ea3168b840
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<?php
$value = Cake\Utility\Hash::get($data, $field['path']);
echo h($value);