1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 16:44:36 +02:00

Flextype Core: Default Theme - fieldsets - improvements

This commit is contained in:
Awilum
2019-02-17 21:38:12 +03:00
parent 23e153856a
commit 0cc5dd1877
3 changed files with 69 additions and 0 deletions

View File

@@ -16,3 +16,34 @@ sections:
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

View File

@@ -16,3 +16,10 @@ sections:
title: admin_content
type: html
size: col-12
seo:
title: 'Seo'
fields:
description:
title: admin_description
type: textarea
size: col-12

View File

@@ -8,3 +8,34 @@ sections:
title: admin_title
type: text
size: col-12
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