Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #11 from Cognifide/configure-componet-test-fixes
Browse files Browse the repository at this point in the history
Configure component test fixes
  • Loading branch information
kaczymuczy authored Oct 10, 2019
2 parents 308bfca + 9c4bc65 commit e2d0304
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Properties:
- label: Option Entries
type: MULTIFIELD
value:
- item:
- label: Active
type: CHECKBOX
value: true
- label: Text
type: TEXTFIELD
value: Text
- label: Value
type: TEXTFIELD
value: Value
- item:
- label: Text
type: TEXTFIELD
value: Text2
- label: Value
type: TEXTFIELD
value: Value2
- label: Options
type: MULTIFIELD
value:
- item:
- label: Disabled
type: CHECKBOX
value: false
- label: Text
type: TEXTFIELD
value: Text
- label: Value
type: TEXTFIELD
value: Value
- item:
- label: Text
type: TEXTFIELD
value: Text2
- label: Value
type: TEXTFIELD
value: Value2
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Properties:
- type: RICHTEXT
value: ""
- type: RTE_OPTIONS_LISTS
value: Outdent
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Properties:
- type: RICHTEXT
value: ""
- type: RTE_OPTIONS
value: Unlink
- type: RICHTEXT
value: test test test
- type: RTE_OPTIONS
value: Unlink

0 comments on commit e2d0304

Please sign in to comment.