Create field blueprints for pinning content in a list and showing on the home page.
This commit is contained in:
9
blueprints/fields/pinned.yml
Normal file
9
blueprints/fields/pinned.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
type: fields
|
||||
|
||||
fields:
|
||||
pinned:
|
||||
label: Pinned
|
||||
type: toggle
|
||||
text:
|
||||
- "No"
|
||||
- "Yes"
|
||||
10
blueprints/fields/show-on-home.yml
Normal file
10
blueprints/fields/show-on-home.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
type: fields
|
||||
|
||||
fields:
|
||||
showOnHome:
|
||||
label: Show On Home
|
||||
type: toggle
|
||||
default: true
|
||||
text:
|
||||
- "No"
|
||||
- "Yes"
|
||||
Reference in New Issue
Block a user