Skip to content

Commit

Permalink
[C] restore icons and imgFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Jul 10, 2024
1 parent 5739f69 commit c60c95a
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ fieldLayouts:
type: craft\fieldlayoutelements\CustomField
warning: null
width: 100
-
fieldUid: d43d64da-ee7e-4be7-bdf7-7a4af1994dad # Image Format
instructions: null
label: null
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
warning: null
width: 100
name: Content
sortOrder: 1
handle: survey
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
columnSuffix: null
contentColumnType: string
fieldGroup: a3b0cf34-24af-41fe-8047-b1e5b65d5bd0 # Catalog
handle: icon
Expand All @@ -8,7 +9,7 @@ settings:
allowSelfRelations: false
allowUploads: true
allowedKinds: null
defaultUploadLocationSource: 'volume:85d34514-ec13-4850-a272-a3ab1bc790ef'
defaultUploadLocationSource: 'volume:82bbf6f6-1ae1-4f42-b9de-913e0cc027fc' # Icons
defaultUploadLocationSubpath: ''
limit: '1'
localizeRelations: false
Expand All @@ -18,10 +19,11 @@ settings:
showSiteMenu: false
showUnpermittedFiles: false
showUnpermittedVolumes: false
singleUploadLocationSource: 'volume:85d34514-ec13-4850-a272-a3ab1bc790ef'
singleUploadLocationSource: 'volume:a469a047-d19a-421e-97f8-c58f1bda27d7' # Tour Images
singleUploadLocationSubpath: ''
source: null
sources: '*'
sources:
- 'volume:82bbf6f6-1ae1-4f42-b9de-913e0cc027fc' # Icons
targetSiteId: null
useSingleFolder: false
validateRelatedElements: false
Expand Down
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
4 changes: 3 additions & 1 deletion api/config/project/project.yaml
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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
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

0 comments on commit c60c95a

Please sign in to comment.