diff --git a/site/fieldsets/about.json b/site/fieldsets/about.json index 41f00b51..26bc8717 100644 --- a/site/fieldsets/about.json +++ b/site/fieldsets/about.json @@ -1,67 +1,67 @@ -{ - "title": "About", - "default_field": "title", - "sections": { - "main": { - "title": "Main", - "fields": { - "title": { - "title": "admin_title", - "type": "text", - "size": "col-12" - }, - "content": { - "title": "admin_content", - "type": "html", - "size": "col-12" - }, - "image": { - "title": "admin_media", - "type": "media_select", - "size": "col-3" - } - } - }, - "seo": { - "title": "Seo", - "fields": { - "description": { - "title": "admin_description", - "type": "textarea", - "size": "col-12" - } - } - }, - "menu": { - "title": "Menu", - "fields": { - "menu_item_title": { - "title": "admin_menu_item_title", - "type": "text", - "size": "col-4" - }, - "menu_item_url": { - "title": "admin_menu_item_url", - "type": "text", - "size": "col-4" - }, - "menu_item_target": { - "title": "admin_menu_item_target", - "type": "select", - "options": { - "blank": "_blank", - "self": "_self", - "parent": "_parent", - "top": "_top" - }, - "size": "col-4" - }, - "menu_item_order": { - "title": "admin_menu_item_order", - "type": "text", - "size": "col-4" - } - } - } - } -} +{ + "title": "About", + "default_field": "title", + "sections": { + "main": { + "title": "Main", + "fields": { + "title": { + "title": "admin_title", + "type": "text", + "size": "col-12" + }, + "content": { + "title": "admin_content", + "type": "html", + "size": "col-12" + }, + "image": { + "title": "admin_media", + "type": "media_select", + "size": "col-3" + } + } + }, + "seo": { + "title": "Seo", + "fields": { + "description": { + "title": "admin_description", + "type": "textarea", + "size": "col-12" + } + } + }, + "menu": { + "title": "Menu", + "fields": { + "menu_item_title": { + "title": "admin_menu_item_title", + "type": "text", + "size": "col-4" + }, + "menu_item_url": { + "title": "admin_menu_item_url", + "type": "text", + "size": "col-4" + }, + "menu_item_target": { + "title": "admin_menu_item_target", + "type": "select", + "options": { + "self": "_self", + "blank": "_blank", + "parent": "_parent", + "top": "_top" + }, + "size": "col-4" + }, + "menu_item_order": { + "title": "admin_menu_item_order", + "type": "text", + "size": "col-4" + } + } + } + } +} \ No newline at end of file diff --git a/site/fieldsets/blog-post.json b/site/fieldsets/blog-post.json index d167c7e5..dc112e1f 100644 --- a/site/fieldsets/blog-post.json +++ b/site/fieldsets/blog-post.json @@ -1,36 +1,36 @@ -{ - "title": "Blog Post", - "default_field": "title", - "sections": { - "main": { - "title": "Main", - "fields": { - "title": { - "title": "admin_title", - "type": "text", - "size": "col-12" - }, - "summary": { - "title": "admin_summary", - "type": "html", - "size": "col-12" - }, - "content": { - "title": "admin_content", - "type": "html", - "size": "col-12" - } - } - }, - "seo": { - "title": "Seo", - "fields": { - "description": { - "title": "admin_description", - "type": "textarea", - "size": "col-12" - } - } - } - } -} +{ + "title": "Blog Post", + "default_field": "title", + "sections": { + "main": { + "title": "Main", + "fields": { + "title": { + "title": "admin_title", + "type": "text", + "size": "col-12" + }, + "summary": { + "title": "admin_summary", + "type": "html", + "size": "col-12" + }, + "content": { + "title": "admin_content", + "type": "html", + "size": "col-12" + } + } + }, + "seo": { + "title": "Seo", + "fields": { + "description": { + "title": "admin_description", + "type": "textarea", + "size": "col-12" + } + } + } + } +} \ No newline at end of file diff --git a/site/fieldsets/default.json b/site/fieldsets/default.json index 63e3d6a0..3858797a 100644 --- a/site/fieldsets/default.json +++ b/site/fieldsets/default.json @@ -1,77 +1,77 @@ -{ - "title": "Default", - "default_field": "title", - "sections": { - "main": { - "title": "Main", - "fields": { - "title": { - "title": "admin_title", - "type": "text", - "size": "col-12" - }, - "content": { - "title": "admin_content", - "type": "html", - "size": "col-12" - }, - "template": { - "title": "admin_template", - "type": "template_select", - "size": "col-4" - }, - "visibility": { - "title": "admin_visibility", - "type": "visibility_select", - "size": "col-4" - }, - "date": { - "title": "admin_date", - "type": "text", - "size": "col-4" - } - } - }, - "seo": { - "title": "Seo", - "fields": { - "description": { - "title": "admin_description", - "type": "textarea", - "size": "col-12" - } - } - }, - "menu": { - "title": "Menu", - "fields": { - "menu_item_title": { - "title": "admin_menu_item_title", - "type": "text", - "size": "col-4" - }, - "menu_item_url": { - "title": "admin_menu_item_url", - "type": "text", - "size": "col-4" - }, - "menu_item_target": { - "title": "admin_menu_item_target", - "type": "select", - "options": { - "blank": "_blank", - "self": "_self", - "parent": "_parent", - "top": "_top" - }, - "size": "col-4" - }, - "menu_item_order": { - "title": "admin_menu_item_order", - "type": "text", - "size": "col-4" - } - } - } - } -} +{ + "title": "Default", + "default_field": "title", + "sections": { + "main": { + "title": "Main", + "fields": { + "title": { + "title": "admin_title", + "type": "text", + "size": "col-12" + }, + "content": { + "title": "admin_content", + "type": "html", + "size": "col-12" + }, + "template": { + "title": "admin_template", + "type": "template_select", + "size": "col-4" + }, + "visibility": { + "title": "admin_visibility", + "type": "visibility_select", + "size": "col-4" + }, + "date": { + "title": "admin_date", + "type": "text", + "size": "col-4" + } + } + }, + "seo": { + "title": "Seo", + "fields": { + "description": { + "title": "admin_description", + "type": "textarea", + "size": "col-12" + } + } + }, + "menu": { + "title": "Menu", + "fields": { + "menu_item_title": { + "title": "admin_menu_item_title", + "type": "text", + "size": "col-4" + }, + "menu_item_url": { + "title": "admin_menu_item_url", + "type": "text", + "size": "col-4" + }, + "menu_item_target": { + "title": "admin_menu_item_target", + "type": "select", + "options": { + "self": "_self", + "blank": "_blank", + "parent": "_parent", + "top": "_top" + }, + "size": "col-4" + }, + "menu_item_order": { + "title": "admin_menu_item_order", + "type": "text", + "size": "col-4" + } + } + } + } +} \ No newline at end of file