File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Components/ContentBuilder/Models
Public/backend/cb/app/custom-fields/fields/display Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Registrar {
1313 /**
1414 * the laravel backend version
1515 */
16- const VERSION = '1.0.7 ' ;
16+ const VERSION = '1.0.8 ' ;
1717 const VERSION_NAME = 'Alpha ' ;
1818
1919 /**
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public static function parseMetaData($metaData)
108108
109109 foreach ($ metaData as $ k => $ v )
110110 {
111- $ meta [$ v ['key ' ]] = $ v ['value ' ];
111+ $ meta [$ v ['form_group_name ' ]][ $ v [ ' key ' ]] = $ v ['value ' ];
112112 }
113113
114114 return $ meta ;
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ <h4>{{f.data.label}} {{(f.data.required) ? '*' : ''}}</h4>
2323
2424 <!-- edit mode -->
2525 < div class ="edit-field edit-field-{{f.key}}-{{$index}} ">
26+ < div class ="form-group text-left ">
27+ < label > Field Name:</ label >
28+ < textarea class ="form-control " data-ng-model ="f.data.label "> </ textarea >
29+ </ div >
2630 < div class ="form-group text-left ">
2731 < label > Label:</ label >
2832 < textarea class ="form-control " data-ng-model ="f.data.label "> </ textarea >
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ <h4>{{f.data.label}} {{(f.data.required) ? '*' : ''}}</h4>
2222
2323 <!-- edit mode -->
2424 < div class ="edit-field edit-field-{{f.key}}-{{$index}} ">
25+ < div class ="form-group text-left ">
26+ < label > Field Name:</ label >
27+ < textarea class ="form-control " data-ng-model ="f.data.name "> </ textarea >
28+ </ div >
2529 < div class ="form-group text-left ">
2630 < label > Label:</ label >
2731 < textarea class ="form-control " data-ng-model ="f.data.label "> </ textarea >
You can’t perform that action at this time.
0 commit comments