-
Notifications
You must be signed in to change notification settings - Fork 59
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 #1373 from adobe/dev_to_master_5Sept
Dev to master 5sept
- Loading branch information
Showing
69 changed files
with
2,755 additions
and
927 deletions.
There are no files selected for viewing
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,3 +1,3 @@ | ||
{ | ||
"accessibilityExceptionList": ["landmark-one-main", "label-title-only", "region", "focus-order-semantics", "target-size"] | ||
"accessibilityExceptionList": ["landmark-one-main", "label-title-only", "region", "focus-order-semantics", "target-size", "page-has-heading-one"] | ||
} |
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
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
48 changes: 48 additions & 0 deletions
48
.../src/test/resources/form/radiobutton/exporter-radiobutton-customized-withDescription.json
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"id": "radiobutton-3b6e1ca0f6", | ||
"dataRef": "a.b", | ||
"fieldType": "radio-group", | ||
"name": "radiobutton_12345", | ||
"visible": false, | ||
"description": "long description", | ||
"tooltip": "<p>short description</p>", | ||
"type": "string", | ||
"required": true, | ||
"enabled": true, | ||
"readOnly": true, | ||
"constraintMessages": { | ||
"required": "This is a required field", | ||
"validationExpression": "Required Expression" | ||
}, | ||
"enforceEnum": true, | ||
"enumNames": [ | ||
"<p>Item 1</p>", | ||
"<p>Item 2</p>" | ||
], | ||
"default": "0", | ||
"screenReaderText": "long description", | ||
"label": { | ||
"value": "Radio Button" | ||
}, | ||
"events": { | ||
"custom:setProperty": [ | ||
"$event.payload" | ||
] | ||
}, | ||
"properties": { | ||
"afs:layout": { | ||
"tooltipVisible": true, | ||
"orientation": "vertical" | ||
}, | ||
"fd:dor": { | ||
"dorExclusion": true, | ||
"dorColspan": "4" | ||
}, | ||
"fd:path": "/content/radiobutton-customized" | ||
}, | ||
"enum": [ | ||
"0", | ||
"1" | ||
], | ||
":type": "core/fd/components/form/radiobutton/v1/radiobutton" | ||
} |
48 changes: 48 additions & 0 deletions
48
...f-core/src/test/resources/form/radiobutton/exporter-radiobutton-customized-withLabel.json
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"id": "radiobutton-3b6e1ca0f6", | ||
"dataRef": "a.b", | ||
"fieldType": "radio-group", | ||
"name": "radiobutton_12345", | ||
"visible": false, | ||
"description": "long description", | ||
"tooltip": "<p>short description</p>", | ||
"type": "string", | ||
"required": true, | ||
"enabled": true, | ||
"readOnly": true, | ||
"constraintMessages": { | ||
"required": "This is a required field", | ||
"validationExpression": "Required Expression" | ||
}, | ||
"enforceEnum": true, | ||
"enumNames": [ | ||
"<p>Item 1</p>", | ||
"<p>Item 2</p>" | ||
], | ||
"default": "0", | ||
"screenReaderText": "'Radio Button'", | ||
"label": { | ||
"value": "Radio Button" | ||
}, | ||
"events": { | ||
"custom:setProperty": [ | ||
"$event.payload" | ||
] | ||
}, | ||
"properties": { | ||
"afs:layout": { | ||
"tooltipVisible": true, | ||
"orientation": "vertical" | ||
}, | ||
"fd:dor": { | ||
"dorExclusion": true, | ||
"dorColspan": "4" | ||
}, | ||
"fd:path": "/content/radiobutton-customized" | ||
}, | ||
"enum": [ | ||
"0", | ||
"1" | ||
], | ||
":type": "core/fd/components/form/radiobutton/v1/radiobutton" | ||
} |
48 changes: 48 additions & 0 deletions
48
...af-core/src/test/resources/form/radiobutton/exporter-radiobutton-customized-withName.json
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"id": "radiobutton-3b6e1ca0f6", | ||
"dataRef": "a.b", | ||
"fieldType": "radio-group", | ||
"name": "radiobutton_12345", | ||
"visible": false, | ||
"description": "long description", | ||
"tooltip": "<p>short description</p>", | ||
"type": "string", | ||
"required": true, | ||
"enabled": true, | ||
"readOnly": true, | ||
"constraintMessages": { | ||
"required": "This is a required field", | ||
"validationExpression": "Required Expression" | ||
}, | ||
"enforceEnum": true, | ||
"enumNames": [ | ||
"<p>Item 1</p>", | ||
"<p>Item 2</p>" | ||
], | ||
"default": "0", | ||
"screenReaderText": "radiobutton_12345", | ||
"label": { | ||
"value": "Radio Button" | ||
}, | ||
"events": { | ||
"custom:setProperty": [ | ||
"$event.payload" | ||
] | ||
}, | ||
"properties": { | ||
"afs:layout": { | ||
"tooltipVisible": true, | ||
"orientation": "vertical" | ||
}, | ||
"fd:dor": { | ||
"dorExclusion": true, | ||
"dorColspan": "4" | ||
}, | ||
"fd:path": "/content/radiobutton-customized" | ||
}, | ||
"enum": [ | ||
"0", | ||
"1" | ||
], | ||
":type": "core/fd/components/form/radiobutton/v1/radiobutton" | ||
} |
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
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
Oops, something went wrong.