Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4/25 #105

Merged
merged 2 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: 'Question Table'
searchable: false
settings:
blockTypeFields: 0
changedFieldIndicator: 1583081771
changedFieldIndicator: 693741238
columns:
__assoc__:
-
Expand All @@ -19,12 +19,12 @@ settings:
- ''
contentTable: '{{%stc_questiontable}}'
fieldLayout: row
maxRows: 1
minRows: 1
maxRows: null
minRows: null
propagationKeyFormat: null
propagationMethod: all
selectionLabel: null
staticField: true
staticField: null
translationKeyFormat: null
translationMethod: none
type: verbb\supertable\fields\SuperTableField
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fieldLayouts:
fieldUid: 34ce437a-0ab5-47b3-8894-ff749aee20e9 # Option Value
instructions: null
label: null
required: false
required: true
tip: null
type: craft\fieldlayoutelements\CustomField
uid: 43220c27-dd17-458d-bb19-4039551c908f
Expand Down Expand Up @@ -38,27 +38,27 @@ fields:
contentColumnType: text
fieldGroup: null
handle: optionValue
instructions: null
instructions: 'Unique key for system to use, not visible to users.'
name: 'Option Value'
searchable: false
settings:
byteLimit: null
charLimit: null
code: false
code: true
columnType: null
initialRows: 4
multiline: false
placeholder: null
uiMode: normal
translationKeyFormat: null
translationMethod: site
translationMethod: none
type: craft\fields\PlainText
ff6964ee-dc07-4a6c-a911-14f43c581d0f: # Option Label
columnSuffix: zkreover
contentColumnType: text
fieldGroup: null
handle: optionLabel
instructions: null
instructions: 'Display text visible to users'
name: 'Option Label'
searchable: false
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fields:
searchable: false
settings:
blockTypeFields: 0
changedFieldIndicator: 977951587
changedFieldIndicator: 1882276024
columns:
__assoc__:
-
Expand Down
2 changes: 1 addition & 1 deletion api/config/project/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dateModified: 1713468765
dateModified: 1713893986
elementSources:
craft\elements\Entry:
-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
changedFieldIndicator: 89214412
changedFieldIndicator: 1211518973
field: a531c6b8-3ef6-480b-8840-babb586617bc # Options
fieldLayouts:
6e5fb2a4-5b61-4705-9ec7-b17cfae7156e:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
changedFieldIndicator: 1251074599
changedFieldIndicator: 231201092
field: fcc60644-81ac-4f94-ad34-8bdaeeb4a6b6 # Question Table
fieldLayouts:
23b36afb-80c5-40ea-b3bd-8ff3e6f89cc3:
Expand Down
Loading