Commit bd49ab9c authored by Sven Franck's avatar Sven Franck

removed prefix

parent 32a5a0fd
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
{ {
"position": "left", "position": "left",
"fieldlist": [ "fieldlist": [
{"type": "input", "direct": {"name": "network_title", "id": "network_title", "className": "required"}, "attributes": {"data-enhanced": true, "type": "text"}, "logic": {"clear": true, "label": "Title", "setValue": "network_", "label_i18n": "portal_type_dict.network_dict.text_dict.title", "skip": false}} {"type": "input", "direct": {"name": "title", "id": "title", "className": "required"}, "attributes": {"data-enhanced": true, "type": "text"}, "logic": {"clear": true, "label": "Title", "setValue": "network_", "label_i18n": "portal_type_dict.network_dict.text_dict.title", "skip": false}}
] ]
} }
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment