mirror of
https://github.com/flextype/flextype.git
synced 2025-08-24 05:43:10 +02:00
chore(core): update default fieldset #186
This commit is contained in:
@@ -20,6 +20,10 @@ sections:
|
||||
title: admin_visibility
|
||||
type: visibility_select
|
||||
size: 4/12
|
||||
published_at:
|
||||
title: admin_published_at
|
||||
type: datetimepicker
|
||||
size: 4/12
|
||||
seo:
|
||||
title: Seo
|
||||
fields:
|
||||
@@ -41,11 +45,7 @@ sections:
|
||||
menu_item_target:
|
||||
title: admin_menu_item_target
|
||||
type: select
|
||||
options:
|
||||
_self: _self
|
||||
_blank: _blank
|
||||
_parent: _parent
|
||||
_top: _top
|
||||
options: { _self: _self, _blank: _blank, _parent: _parent, _top: _top }
|
||||
size: 4/12
|
||||
menu_item_order:
|
||||
title: admin_menu_item_order
|
||||
|
Reference in New Issue
Block a user