1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

refactor(core): remove box fieldsets from the core #414

This commit is contained in:
Awilum
2020-03-15 11:32:36 +03:00
parent 045729fffe
commit 61ee361e55

View File

@@ -1,62 +0,0 @@
title: Default
default_field: title
icon: 'far fa-file-alt'
sections:
main:
title: admin_main
fields:
title:
title: admin_title
type: text
size: 12
content:
title: admin_content
type: html
size: 12
settings:
title: admin_settings
fields:
general_heading:
title: admin_general
type: heading
description:
title: admin_description
type: textarea
size: 12
default: test!
template:
title: admin_template
type: template_select
size: 4/12
visibility:
title: admin_visibility
type: visibility_select
size: 4/12
published_at:
title: admin_published_at
type: datetimepicker
size: 4/12
routable:
title: admin_routable
type: routable_select
size: 4/12
menu_heading:
title: admin_menu
type: heading
menu_item_title:
title: admin_menu_item_title
type: text
size: 4/12
menu_item_url:
title: admin_menu_item_url
type: text
size: 4/12
menu_item_target:
title: admin_menu_item_target
type: select
options: { _self: _self, _blank: _blank, _parent: _parent, _top: _top }
size: 4/12
menu_item_order:
title: admin_menu_item_order
type: text
size: 4/12