Skip to content

Commit

Permalink
[C] multipart number questions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed May 8, 2024
1 parent 5f84bed commit 6db6e38
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
- 'blockType:28bf8eda-b10b-4aaa-98fd-d52d6c95ef57' # Multiselect
- 'blockType:220292c8-0330-4dd4-aa84-f0eeec38fa4e' # Text
- 'blockType:8365851b-c952-499c-84dc-c9e054b83e84' # Select
- 'blockType:756208ab-5aac-4a28-bce2-5b3d9b5e7563' # Number
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ group: f8832ac4-1064-4c31-9390-109641d13d12 # Question Parts
groupChildBlockTypes: true
handle: multiselect
icon: null
iconFilename: ''
ignorePermissions: true
maxBlocks: 0
maxChildBlocks: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
childBlocks: null
conditions: null
description: ''
enabled: true
field: 29f139cc-2d9b-4e10-afce-1e6a70105e2b # Multi-part Blocks
fieldLayouts:
77f115c4-fc3f-450a-bb25-d8ae9b21156d:
tabs:
-
elementCondition: null
elements:
-
elementCondition: null
fieldUid: 79f2f742-966c-42df-9d04-8492d456325c # Minimum
instructions: null
label: null
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
uid: 913b56d1-f54f-4653-a2ee-4a27dbdedc86
userCondition: null
warning: null
width: 25
-
elementCondition: null
fieldUid: d5901e55-99c9-441a-937e-05a065d6e60b # Maximum
instructions: null
label: null
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
uid: 2cf5c734-bb6d-4bee-8be8-108003a6ba38
userCondition: null
warning: null
width: 25
-
elementCondition: null
fieldUid: 24f2e959-23a9-4f1a-8394-0849fb85b85b # Precision
instructions: null
label: null
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
uid: 0040cc39-dc78-416a-a4cf-1c3869541a7c
userCondition: null
warning: null
width: 25
-
elementCondition: null
fieldUid: 37af5dda-9a0b-458a-b48c-1bd31b9170af # Validation
instructions: null
label: null
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
uid: 211b847d-d633-471a-b9c1-a666eba3574b
userCondition: null
warning: null
width: 100
name: Content
uid: 949e6fc8-fb0e-4e78-a30d-d757018628a1
userCondition: null
group: f8832ac4-1064-4c31-9390-109641d13d12 # Question Parts
groupChildBlockTypes: true
handle: number
icon: null
iconFilename: ''
ignorePermissions: true
maxBlocks: 0
maxChildBlocks: 0
maxSiblingBlocks: 0
minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: Number
topLevel: true
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ group: null
groupChildBlockTypes: true
handle: readonlyText
icon: null
iconFilename: ''
ignorePermissions: true
maxBlocks: 0
maxChildBlocks: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ group: f8832ac4-1064-4c31-9390-109641d13d12 # Question Parts
groupChildBlockTypes: true
handle: select
icon: null
iconFilename: ''
ignorePermissions: true
maxBlocks: 0
maxChildBlocks: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ group: f8832ac4-1064-4c31-9390-109641d13d12 # Question Parts
groupChildBlockTypes: true
handle: text
icon: null
iconFilename: ''
ignorePermissions: true
maxBlocks: 0
maxChildBlocks: 0
Expand Down
3 changes: 2 additions & 1 deletion api/config/project/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dateModified: 1713893986
dateModified: 1714427968
elementSources:
craft\elements\Entry:
-
Expand Down Expand Up @@ -213,6 +213,7 @@ meta:
513634e9-3389-4e41-b769-9433ac34e35e: Widgets # Widgets
547128fa-4529-4483-9968-66425996b69f: EN # EN
0601483c-a943-42a3-b1a5-e003b05618dc: 'Question Block' # Question Block
756208ab-5aac-4a28-bce2-5b3d9b5e7563: Number # Number
947400f5-3c2d-403a-b94e-68715e48a9c0: 'Left Column' # Left Column
3173102a-6f80-4a4f-954b-1d3e151fb21a: Text # Text
04341069-ff31-4470-970a-8c7e82ec37eb: 'Student Schema' # Student Schema
Expand Down

0 comments on commit 6db6e38

Please sign in to comment.