1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 13:52:56 +02:00

chore(core): update fieldsets

This commit is contained in:
Awilum
2019-11-22 15:55:01 +03:00
parent 3c5d6872cd
commit 267a80736c
2 changed files with 51 additions and 39 deletions

50
site/fieldsets/base.yaml Normal file
View File

@@ -0,0 +1,50 @@
title: Base
default_field: general_heading
sections:
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

View File

@@ -1,6 +1,7 @@
title: Default
default_field: title
icon: 'far fa-file-alt'
extends: base
sections:
main:
title: admin_main
@@ -13,42 +14,3 @@ sections:
title: admin_content
type: html
size: 12
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
seo:
title: admin_seo
fields:
description:
title: admin_description
type: textarea
size: 12
menu:
title: admin_menu
fields:
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