This repository has been archived by the owner on Dec 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Cognifide/configure-componet-test-fixes
Configure component test fixes
- Loading branch information
Showing
3 changed files
with
24 additions
and
26 deletions.
There are no files selected for viewing
40 changes: 20 additions & 20 deletions
40
aem65/src/test/resources/component-configs/formoptions/multifield.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
2 changes: 0 additions & 2 deletions
2
aem65/src/test/resources/component-configs/text/rte-list-outdent.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
Properties: | ||
- type: RICHTEXT | ||
value: "" | ||
- type: RTE_OPTIONS_LISTS | ||
value: Outdent |
8 changes: 4 additions & 4 deletions
8
aem65/src/test/resources/component-configs/text/rte-unlink.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |