Commit e27fa4c3 authored by Sven Franck's avatar Sven Franck

removed _id from listbox test_page_module

parent 1cc40cdc
......@@ -41,7 +41,6 @@
{
"position": "header",
"fieldlist": [
{"field": "_id", "show": true, "priority": 7},
{"field": "reference", "show": true, "priority": 6},
{"field": "short_title", "show": true, "priority": 6},
{"field": "title", "custom": true, "show": true, "persist": true, "text": "Long Title", "text_i18n":"portal_type_dict.test_page_dict.text_dict.long_title" },
......@@ -54,7 +53,6 @@
},{
"position": "body",
"fieldlist": [
{"field": "_id", "show": true, "priority": 7},
{"field": "reference", "show": true, "priority": 6},
{"field": "short_title", "show": true, "priority": 6},
{"field": "title", "show": true, "persist": true},
......
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