-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4208ac
commit fe52708
Showing
23 changed files
with
1,124 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ } |
90 changes: 90 additions & 0 deletions
90
resources/blueprints/collections/account-management/account-management.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
title: 'Account Management' | ||
tabs: | ||
main: | ||
display: Main | ||
sections: | ||
- | ||
fields: | ||
- | ||
handle: title | ||
field: | ||
type: text | ||
required: true | ||
validate: | ||
- required | ||
- | ||
handle: content | ||
field: | ||
type: markdown | ||
antlers: true | ||
display: Content | ||
localizable: true | ||
- | ||
handle: author | ||
field: | ||
type: users | ||
display: Author | ||
default: current | ||
localizable: true | ||
max_items: 1 | ||
- | ||
handle: template | ||
field: | ||
type: template | ||
display: Template | ||
localizable: true | ||
landing_page: | ||
display: 'Landing Page' | ||
sections: | ||
- | ||
display: 'New Section' | ||
fields: | ||
- | ||
import: article_common | ||
sidebar: | ||
display: Sidebar | ||
sections: | ||
- | ||
fields: | ||
- | ||
handle: slug | ||
field: | ||
type: slug | ||
localizable: true | ||
validate: 'max:200' | ||
- | ||
handle: parent | ||
field: | ||
type: entries | ||
collections: | ||
- account-management | ||
max_items: 1 | ||
listable: false | ||
localizable: true | ||
alt_sitemap: | ||
display: 'Alt Sitemap' | ||
sections: | ||
- | ||
fields: | ||
- | ||
handle: sitemap_priority | ||
field: | ||
type: float | ||
display: 'Sitemap Priority' | ||
instructions: 'From 0.0 (lowest priority) to 1.0 (highest priority)' | ||
listable: hidden | ||
instructions_position: above | ||
visibility: visible | ||
replicator_preview: true | ||
hide_display: false | ||
- | ||
handle: exclude_from_sitemap | ||
field: | ||
default: false | ||
type: toggle | ||
display: 'Exclude from sitemap?' | ||
listable: hidden | ||
instructions_position: above | ||
visibility: visible | ||
replicator_preview: true | ||
hide_display: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
title: Admin | ||
tabs: | ||
main: | ||
display: Main | ||
sections: | ||
- | ||
fields: | ||
- | ||
handle: title | ||
field: | ||
type: text | ||
required: true | ||
validate: | ||
- required | ||
- | ||
handle: content | ||
field: | ||
type: markdown | ||
antlers: true | ||
display: Content | ||
localizable: true | ||
- | ||
handle: author | ||
field: | ||
type: users | ||
display: Author | ||
default: current | ||
localizable: true | ||
max_items: 1 | ||
- | ||
handle: template | ||
field: | ||
type: template | ||
display: Template | ||
localizable: true | ||
landing_page: | ||
display: 'Landing Page' | ||
sections: | ||
- | ||
display: 'New Section' | ||
fields: | ||
- | ||
import: article_common | ||
sidebar: | ||
display: Sidebar | ||
sections: | ||
- | ||
fields: | ||
- | ||
handle: slug | ||
field: | ||
type: slug | ||
localizable: true | ||
validate: 'max:200' | ||
- | ||
handle: parent | ||
field: | ||
type: entries | ||
collections: | ||
- admin | ||
max_items: 1 | ||
listable: false | ||
localizable: true | ||
alt_sitemap: | ||
display: 'Alt Sitemap' | ||
sections: | ||
- | ||
fields: | ||
- | ||
handle: sitemap_priority | ||
field: | ||
type: float | ||
display: 'Sitemap Priority' | ||
instructions: 'From 0.0 (lowest priority) to 1.0 (highest priority)' | ||
listable: hidden | ||
instructions_position: above | ||
visibility: visible | ||
replicator_preview: true | ||
hide_display: false | ||
- | ||
handle: exclude_from_sitemap | ||
field: | ||
default: false | ||
type: toggle | ||
display: 'Exclude from sitemap?' | ||
listable: hidden | ||
instructions_position: above | ||
visibility: visible | ||
replicator_preview: true | ||
hide_display: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
title: Analytic | ||
tabs: | ||
main: | ||
display: Main | ||
sections: | ||
- | ||
fields: | ||
- | ||
handle: title | ||
field: | ||
type: text | ||
required: true | ||
validate: | ||
- required | ||
- | ||
handle: content | ||
field: | ||
type: markdown | ||
antlers: true | ||
display: Content | ||
localizable: true | ||
- | ||
handle: author | ||
field: | ||
type: users | ||
display: Author | ||
default: current | ||
localizable: true | ||
max_items: 1 | ||
- | ||
handle: template | ||
field: | ||
type: template | ||
display: Template | ||
localizable: true | ||
landing_page: | ||
display: 'Landing Page' | ||
sections: | ||
- | ||
display: 'New Section' | ||
fields: | ||
- | ||
import: article_common | ||
sidebar: | ||
display: Sidebar | ||
sections: | ||
- | ||
fields: | ||
- | ||
handle: slug | ||
field: | ||
type: slug | ||
localizable: true | ||
validate: 'max:200' | ||
- | ||
handle: parent | ||
field: | ||
type: entries | ||
collections: | ||
- analytics | ||
max_items: 1 | ||
listable: false | ||
localizable: true | ||
alt_sitemap: | ||
display: 'Alt Sitemap' | ||
sections: | ||
- | ||
fields: | ||
- | ||
handle: sitemap_priority | ||
field: | ||
type: float | ||
display: 'Sitemap Priority' | ||
instructions: 'From 0.0 (lowest priority) to 1.0 (highest priority)' | ||
listable: hidden | ||
instructions_position: above | ||
visibility: visible | ||
replicator_preview: true | ||
hide_display: false | ||
- | ||
handle: exclude_from_sitemap | ||
field: | ||
default: false | ||
type: toggle | ||
display: 'Exclude from sitemap?' | ||
listable: hidden | ||
instructions_position: above | ||
visibility: visible | ||
replicator_preview: true | ||
hide_display: false |
Oops, something went wrong.