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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -1,6 +1,7 @@
|
||||
title: Blog
|
||||
default_field: title
|
||||
fields:
|
||||
title:
|
||||
title: admin_title
|
||||
type: text
|
||||
size: col-12
|
||||
size: col-12
|
||||
|
@@ -1,4 +1,5 @@
|
||||
title: Default
|
||||
default_field: title
|
||||
sections:
|
||||
main:
|
||||
title: 'Main'
|
||||
|
Reference in New Issue
Block a user