first commit
This commit is contained in:
@ -0,0 +1,23 @@
|
||||
---
|
||||
label: Author
|
||||
hide_body: false
|
||||
fields:
|
||||
- type: text
|
||||
name: title
|
||||
label: title
|
||||
- type: text
|
||||
name: image
|
||||
label: image
|
||||
- type: text
|
||||
name: email
|
||||
label: email
|
||||
- type: field_group_list
|
||||
name: social
|
||||
label: social
|
||||
fields:
|
||||
- type: text
|
||||
name: icon
|
||||
label: icon
|
||||
- type: text
|
||||
name: link
|
||||
label: link
|
@ -0,0 +1,24 @@
|
||||
---
|
||||
label: Post
|
||||
hide_body: false
|
||||
fields:
|
||||
- type: text
|
||||
name: title
|
||||
label: title
|
||||
- type: datetime
|
||||
name: date
|
||||
label: date
|
||||
- type: text
|
||||
name: author
|
||||
label: author
|
||||
description: 'Ex: John Doe'
|
||||
- type: file
|
||||
name: image_webp
|
||||
label: image webp
|
||||
- type: file
|
||||
name: image
|
||||
label: image
|
||||
- type: text
|
||||
name: description
|
||||
label: description
|
||||
description: meta description
|
Reference in New Issue
Block a user