-
Notifications
You must be signed in to change notification settings - Fork 0
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
391a9e5
commit b993b70
Showing
12 changed files
with
76 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
title: 'Case Studies' | ||
template: default | ||
layout: layout | ||
revisions: false | ||
sort_dir: asc | ||
|
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 |
---|---|---|
@@ -1,5 +1,12 @@ | ||
title: Clients | ||
layout: layout | ||
revisions: false | ||
sort_dir: asc | ||
date_behavior: | ||
past: public | ||
future: private | ||
preview_targets: | ||
- | ||
label: Entry | ||
url: '{permalink}' | ||
refresh: true |
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
title: Experts | ||
template: default | ||
layout: layout | ||
revisions: false | ||
title_format: '{forename} {surname}' | ||
|
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 |
---|---|---|
@@ -1,5 +1,12 @@ | ||
title: Foundations | ||
layout: layout | ||
revisions: false | ||
sort_dir: asc | ||
date_behavior: | ||
past: public | ||
future: private | ||
preview_targets: | ||
- | ||
label: Entry | ||
url: '{permalink}' | ||
refresh: true |
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
title: Pages | ||
template: default | ||
layout: layout | ||
revisions: false | ||
route: '{parent_uri}/{slug}' | ||
|
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 |
---|---|---|
@@ -1,5 +1,12 @@ | ||
title: Services | ||
layout: layout | ||
revisions: false | ||
sort_dir: asc | ||
date_behavior: | ||
past: public | ||
future: private | ||
preview_targets: | ||
- | ||
label: Entry | ||
url: '{permalink}' | ||
refresh: true |
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 |
---|---|---|
@@ -1,5 +1,12 @@ | ||
title: Solutions | ||
layout: layout | ||
revisions: false | ||
sort_dir: asc | ||
date_behavior: | ||
past: public | ||
future: private | ||
preview_targets: | ||
- | ||
label: Entry | ||
url: '{permalink}' | ||
refresh: true |
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
title: Testimonials | ||
template: default | ||
layout: layout | ||
revisions: false | ||
title_format: '{forename} {surname}' | ||
|
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,24 @@ | ||
title: Common | ||
fields: | ||
- handle: teaser | ||
field: | ||
fullscreen: false | ||
border: false | ||
type: group | ||
display: Teaser | ||
hide_display: true | ||
fields: | ||
- handle: title | ||
field: | ||
type: text | ||
display: Title | ||
instructions: 'Enter the title for the teaser. This should be attention-grabbing and summarize the main point.' | ||
validate: | ||
- required | ||
- handle: text | ||
field: | ||
type: textarea | ||
display: Text | ||
instructions: 'Enter the main content or summary for the teaser. This should provide a brief overview or highlight key details.' | ||
validate: | ||
- required |