-
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
Showing
5 changed files
with
85 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
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
19 changes: 19 additions & 0 deletions
19
api/config/project/fields/imgFormat--d43d64da-ee7e-4be7-bdf7-7a4af1994dad.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,19 @@ | ||
columnSuffix: xahhgebz | ||
contentColumnType: text | ||
fieldGroup: 0ecf9feb-ab77-470b-a2de-eb396a3a4682 # Survey | ||
handle: imgFormat | ||
instructions: '' | ||
name: 'Image Format' | ||
searchable: false | ||
settings: | ||
byteLimit: null | ||
charLimit: null | ||
code: '' | ||
columnType: null | ||
initialRows: '4' | ||
multiline: '' | ||
placeholder: null | ||
uiMode: normal | ||
translationKeyFormat: null | ||
translationMethod: none | ||
type: craft\fields\PlainText |
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,4 +1,4 @@ | ||
dateModified: 1647977804 | ||
dateModified: 1720654918 | ||
email: | ||
fromEmail: [email protected] | ||
fromName: 'Skyviewer API' | ||
|
@@ -36,6 +36,7 @@ meta: | |
48d995fe-6d24-48f6-904a-c54f64964387: 'Intro Content Block' # Intro Content Block | ||
52d4af2b-ae9b-4f2f-a90b-5c4b5ce23eb9: Tour # Tour | ||
62b4e157-411a-433c-bdc0-dcd42a2d7ca4: 'Points of Interest' # Points of Interest | ||
82bbf6f6-1ae1-4f42-b9de-913e0cc027fc: Icons # Icons | ||
82d2c4d7-37f1-458a-8a56-3cc1dcec6a0c: poiAstroObject # poiAstroObject | ||
84e9fa1d-8aed-40e1-a0e9-cb13152ea782: 'Astro Object' # Astro Object | ||
93cdcbba-f59d-41f1-ac65-5d9b0f83ef62: Duration # Duration | ||
|
@@ -71,6 +72,7 @@ meta: | |
d4c658d8-0938-43f0-9ce0-0515d09ca162: Complexity # Complexity | ||
d6f8219d-2a83-4ee6-967e-10720dec037b: FOV # FOV | ||
d7e99ce5-1dc7-4bac-94c6-91f86a5882e0: Variety # Variety | ||
d43d64da-ee7e-4be7-bdf7-7a4af1994dad: 'Image Format' # Image Format | ||
d250222b-10fd-487b-a94c-8c7aa5241cb3: 'Public Schema' # Public Schema | ||
e2eb2e80-8e02-4a68-aa81-3d488f80543d: 'Astro Object' # Astro Object | ||
e76c2c25-ca53-4f4c-bd93-a5af52ebb72c: Characteristics # Characteristics | ||
|
49 changes: 49 additions & 0 deletions
49
api/config/project/volumes/icons--82bbf6f6-1ae1-4f42-b9de-913e0cc027fc.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,49 @@ | ||
fieldLayouts: | ||
5d151c26-9662-46c8-a686-55f32d0942f1: | ||
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\AssetTitleField | ||
warning: null | ||
width: 100 | ||
- | ||
fieldUid: 5ef8f422-6773-4891-99b9-f56cdb8bced4 # Alternate Text | ||
instructions: null | ||
label: null | ||
required: false | ||
tip: null | ||
type: craft\fieldlayoutelements\CustomField | ||
warning: null | ||
width: 100 | ||
name: Content | ||
sortOrder: 1 | ||
handle: icons | ||
hasUrls: true | ||
name: Icons | ||
settings: | ||
path: '@webroot/assets/icons' | ||
sortOrder: 3 | ||
titleTranslationKeyFormat: null | ||
titleTranslationMethod: site | ||
type: craft\volumes\Local | ||
url: /icons |