diff --git a/aem65/src/test/resources/component-configs/formoptions/multifield.yaml b/aem65/src/test/resources/component-configs/formoptions/multifield.yaml index bc195f5..f6c3b41 100644 --- a/aem65/src/test/resources/component-configs/formoptions/multifield.yaml +++ b/aem65/src/test/resources/component-configs/formoptions/multifield.yaml @@ -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 diff --git a/aem65/src/test/resources/component-configs/text/rte-list-outdent.yaml b/aem65/src/test/resources/component-configs/text/rte-list-outdent.yaml index 3fb6129..7d0b82d 100644 --- a/aem65/src/test/resources/component-configs/text/rte-list-outdent.yaml +++ b/aem65/src/test/resources/component-configs/text/rte-list-outdent.yaml @@ -1,5 +1,3 @@ Properties: - - type: RICHTEXT - value: "" - type: RTE_OPTIONS_LISTS value: Outdent diff --git a/aem65/src/test/resources/component-configs/text/rte-unlink.yaml b/aem65/src/test/resources/component-configs/text/rte-unlink.yaml index e6d598a..ce47798 100644 --- a/aem65/src/test/resources/component-configs/text/rte-unlink.yaml +++ b/aem65/src/test/resources/component-configs/text/rte-unlink.yaml @@ -1,5 +1,5 @@ Properties: - - type: RICHTEXT - value: "" - - type: RTE_OPTIONS - value: Unlink +- type: RICHTEXT + value: test test test +- type: RTE_OPTIONS + value: Unlink