-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from JayBox325/develop
Develop
- Loading branch information
Showing
32 changed files
with
825 additions
and
64 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
68 changes: 67 additions & 1 deletion
68
config/project/entryTypes/news--7e581873-0901-4b52-bc16-187532c325c6.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 |
---|---|---|
@@ -1,7 +1,73 @@ | ||
fieldLayouts: | ||
d6c92853-2151-43f6-bde4-c6d430617786: | ||
tabs: | ||
- | ||
elements: | ||
- | ||
autocapitalize: true | ||
autocomplete: false | ||
autocorrect: true | ||
class: null | ||
disabled: false | ||
id: null | ||
instructions: null | ||
label: null | ||
max: null | ||
min: null | ||
name: null | ||
orientation: null | ||
placeholder: null | ||
readonly: false | ||
requirable: false | ||
size: null | ||
step: null | ||
tip: null | ||
title: null | ||
type: craft\fieldlayoutelements\EntryTitleField | ||
warning: null | ||
width: 100 | ||
- | ||
fieldUid: 989f6b5c-82cf-4a15-aa85-fe9b821cee4b | ||
instructions: '' | ||
label: '' | ||
required: '1' | ||
tip: null | ||
type: craft\fieldlayoutelements\CustomField | ||
warning: null | ||
width: 100 | ||
name: Content | ||
sortOrder: 1 | ||
- | ||
elements: | ||
- | ||
fieldUid: 65332953-fec0-4f58-b96d-8297c3994640 | ||
instructions: null | ||
label: null | ||
required: false | ||
tip: null | ||
type: craft\fieldlayoutelements\CustomField | ||
warning: null | ||
width: 100 | ||
name: Options | ||
sortOrder: 2 | ||
- | ||
elements: | ||
- | ||
fieldUid: 7fdd5aee-0781-486e-810f-9af57a6cd8ce | ||
instructions: null | ||
label: null | ||
required: false | ||
tip: null | ||
type: craft\fieldlayoutelements\CustomField | ||
warning: null | ||
width: 100 | ||
name: SEO | ||
sortOrder: 3 | ||
handle: news | ||
hasTitleField: true | ||
name: News | ||
section: b6dcff48-9906-46af-add1-70d94f8fa406 | ||
sortOrder: 1 | ||
titleFormat: null | ||
titleLabel: Title | ||
titleTranslationKeyFormat: null | ||
titleTranslationMethod: site |
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
11 changes: 11 additions & 0 deletions
11
config/project/fields/contactEmail--4a8ef1e9-0d62-4ea2-b094-f78aa2d8b906.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,11 @@ | ||
contentColumnType: string | ||
fieldGroup: 9d0976d6-6ff8-4790-9e75-5bb37d331d19 | ||
handle: contactEmail | ||
instructions: '' | ||
name: 'Contact email' | ||
searchable: true | ||
settings: | ||
placeholder: '' | ||
translationKeyFormat: null | ||
translationMethod: none | ||
type: craft\fields\Email |
18 changes: 18 additions & 0 deletions
18
config/project/fields/contactPhone--fb3be2e2-4f29-4954-867d-c4ab5dc55a9c.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,18 @@ | ||
contentColumnType: text | ||
fieldGroup: 9d0976d6-6ff8-4790-9e75-5bb37d331d19 | ||
handle: contactPhone | ||
instructions: '' | ||
name: 'Contact phone' | ||
searchable: true | ||
settings: | ||
byteLimit: null | ||
charLimit: null | ||
code: '' | ||
columnType: null | ||
initialRows: '4' | ||
multiline: '' | ||
placeholder: '' | ||
uiMode: normal | ||
translationKeyFormat: null | ||
translationMethod: none | ||
type: craft\fields\PlainText |
21 changes: 21 additions & 0 deletions
21
config/project/fields/mainMenu--37791995-fc9d-4977-9057-ad800dd1b735.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,21 @@ | ||
contentColumnType: string | ||
fieldGroup: 9d0976d6-6ff8-4790-9e75-5bb37d331d19 | ||
handle: mainMenu | ||
instructions: 'List of pages to show in the main site navigation. Maximum of seven for user experience purposes. If a menu is not set, the pages from "Site" will display.' | ||
name: 'Main menu' | ||
searchable: false | ||
settings: | ||
allowSelfRelations: false | ||
limit: '7' | ||
localizeRelations: false | ||
selectionLabel: '' | ||
showSiteMenu: true | ||
source: null | ||
sources: | ||
- 'section:3a95c5ae-691b-45a9-af63-804ec4f32d8f' | ||
targetSiteId: null | ||
validateRelatedElements: false | ||
viewMode: null | ||
translationKeyFormat: null | ||
translationMethod: site | ||
type: craft\fields\Entries |
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
18 changes: 18 additions & 0 deletions
18
config/project/fields/tags--4caee081-e90b-4ece-8d4a-8d67ab5b2928.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,18 @@ | ||
contentColumnType: text | ||
fieldGroup: 9d0976d6-6ff8-4790-9e75-5bb37d331d19 | ||
handle: tags | ||
instructions: 'Hashtags included in any Twitter, Facebook or LinkedIn share features.' | ||
name: Tags | ||
searchable: false | ||
settings: | ||
byteLimit: null | ||
charLimit: null | ||
code: '' | ||
columnType: null | ||
initialRows: '4' | ||
multiline: '' | ||
placeholder: '' | ||
uiMode: normal | ||
translationKeyFormat: null | ||
translationMethod: none | ||
type: craft\fields\PlainText |
22 changes: 22 additions & 0 deletions
22
config/project/fields/utilityMenu--639079df-d2e2-40b6-b2a2-2b528a89ec4e.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,22 @@ | ||
contentColumnType: string | ||
fieldGroup: 9d0976d6-6ff8-4790-9e75-5bb37d331d19 | ||
handle: utilityMenu | ||
instructions: 'List of pages to show in the footer, such as legal pages.' | ||
name: 'Utility menu' | ||
searchable: false | ||
settings: | ||
allowSelfRelations: false | ||
limit: '6' | ||
localizeRelations: false | ||
selectionLabel: '' | ||
showSiteMenu: true | ||
source: null | ||
sources: | ||
- 'section:b6dcff48-9906-46af-add1-70d94f8fa406' | ||
- 'section:3a95c5ae-691b-45a9-af63-804ec4f32d8f' | ||
targetSiteId: null | ||
validateRelatedElements: false | ||
viewMode: null | ||
translationKeyFormat: null | ||
translationMethod: site | ||
type: craft\fields\Entries |
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
54 changes: 54 additions & 0 deletions
54
config/project/matrixBlockTypes/audio--cb6bce8b-a201-4cf8-a17a-7bf7729ba35d.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,54 @@ | ||
field: 989f6b5c-82cf-4a15-aa85-fe9b821cee4b | ||
fieldLayouts: | ||
24d10f0a-7220-46c7-98d2-4c0818d07dbe: | ||
tabs: | ||
- | ||
elements: | ||
- | ||
fieldUid: a8d65c69-c832-4301-902e-712b8221762f | ||
instructions: null | ||
label: null | ||
required: true | ||
tip: null | ||
type: craft\fieldlayoutelements\CustomField | ||
warning: null | ||
width: 100 | ||
name: Content | ||
sortOrder: 1 | ||
fields: | ||
a8d65c69-c832-4301-902e-712b8221762f: | ||
contentColumnType: string | ||
fieldGroup: null | ||
handle: audio | ||
instructions: 'Upload an audio file.' | ||
name: Audio | ||
searchable: false | ||
settings: | ||
allowSelfRelations: false | ||
allowedKinds: | ||
- audio | ||
defaultUploadLocationSource: 'volume:d9c51571-b4e8-40c9-abaf-dab181ce75bf' | ||
defaultUploadLocationSubpath: '' | ||
limit: '1' | ||
localizeRelations: false | ||
previewMode: full | ||
restrictFiles: '1' | ||
selectionLabel: 'Add an audio file' | ||
showSiteMenu: true | ||
showUnpermittedFiles: false | ||
showUnpermittedVolumes: false | ||
singleUploadLocationSource: 'volume:696a96fe-981a-49b3-8947-b85b4ec0dc06' | ||
singleUploadLocationSubpath: '' | ||
source: null | ||
sources: | ||
- 'volume:d9c51571-b4e8-40c9-abaf-dab181ce75bf' | ||
targetSiteId: null | ||
useSingleFolder: false | ||
validateRelatedElements: false | ||
viewMode: list | ||
translationKeyFormat: null | ||
translationMethod: site | ||
type: craft\fields\Assets | ||
handle: audio | ||
name: Audio | ||
sortOrder: 7 |
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
Oops, something went wrong.