Skip to content

Commit

Permalink
[C] add display only Color Filter Tool
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff authored and blnkt committed Nov 15, 2023
1 parent 7fb4c0a commit f4c516e
Show file tree
Hide file tree
Showing 7 changed files with 382 additions and 502 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ fieldLayouts:
width: 100
-
elementCondition: null
fieldUid: 131ceffb-300f-415d-8cd5-a932d7529287 # Read Only
fieldUid: 24907dba-daa7-4266-a917-8e6a8b7ad726 # Filter Tool Actions
instructions: null
label: null
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
uid: 6b0bd076-9062-450b-9357-f1743ab4e476
uid: f262ee0a-c001-490c-b441-c97eadffcc02
userCondition: null
warning: null
width: 100
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
columnSuffix: wdzuiyou
contentColumnType: text
fieldGroup: a21a42b0-7211-4d77-9071-47a06960fef4 # Widgets
handle: filterToolActions
instructions: 'Pick the actions that should be available on this tool.'
name: 'Filter Tool Actions'
searchable: false
settings:
options:
-
__assoc__:
-
- label
- 'Reset button'
-
- value
- reset
-
- default
- '1'
-
__assoc__:
-
- label
- 'Export button'
-
- value
- export
-
- default
- ''
-
__assoc__:
-
- label
- 'Save button'
-
- value
- save
-
- default
- ''
translationKeyFormat: null
translationMethod: none
type: craft\fields\MultiSelect
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: ''
enabled: true
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
fieldLayouts:
681f656e-816c-417e-80ad-589161a13799:
6f9cf580-cfe8-481f-888e-23d4701ffd9f:
tabs:
-
elementCondition: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ description: ''
enabled: true
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
fieldLayouts:
dd59f53a-abc9-4009-a2b4-7fde9dc34269:
2c8dc7de-186c-402c-8845-c71debe3d42f:
tabs:
-
elementCondition: null
elements:
-
dismissible: false
elementCondition: null
style: tip
tip: 'This is for read-only displays that will show users their previously created colorized image. To add an editable Color Filter Tool, add an entry to a question. '
type: craft\fieldlayoutelements\Tip
uid: 05711b2f-b42a-4a01-ac94-021324a67be4
userCondition: null
-
elementCondition: null
fieldUid: b9fc39fa-b5b7-4c0d-ab6d-b2f035451482 # Color Filter Tool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: ''
enabled: true
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
fieldLayouts:
1ee83b7e-edf4-4e7f-81d4-f5385b52e873:
598fada8-a9b9-4f53-b446-ce1981afaf7e:
tabs:
-
elementCondition: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: ''
enabled: true
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
fieldLayouts:
1919c604-7983-4f17-add5-ca0db54a71bc:
30a59f65-26de-4670-941f-bac7681a7be5:
tabs:
-
elementCondition: null
Expand Down
819 changes: 323 additions & 496 deletions api/config/project/project.yaml

Large diffs are not rendered by default.

0 comments on commit f4c516e

Please sign in to comment.