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

Admin Panel: Entries Manager - start using Fieldsets default_field

This commit is contained in:
Awilum
2019-02-17 21:08:26 +03:00
parent fac4f8f1fa
commit ad4f44709c
4 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
title: About
default_field: title
fields:
title:
title: admin_title
@@ -8,7 +9,7 @@ fields:
title: admin_content
type: html
size: col-12
image:
image:
title: admin_media
type: media_select
size: col-3
size: col-3

View File

@@ -1,10 +1,11 @@
title: 'Blog Post'
default_field: title
fields:
title:
title: admin_title
type: text
size: col-12
summary:
summary:
title: admin_summary
type: html
size: col-12

View File

@@ -1,6 +1,7 @@
title: Blog
default_field: title
fields:
title:
title: admin_title
type: text
size: col-12
size: col-12

View File

@@ -1,4 +1,5 @@
title: Default
default_field: title
sections:
main:
title: 'Main'