Skip to content

Commit

Permalink
Restore separator color fixture.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gulamdastgir-Momin committed Feb 3, 2025
1 parent d69eae7 commit fb20b00
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/integration/fixtures/blocks/core__separator-color.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"name": "core/separator",
"isValid": true,
"attributes": {
"opacity": "alpha-channel",
"tagName": "hr",
"backgroundColor": "accent"
},
"innerBlocks": []
}
]
16 changes: 16 additions & 0 deletions test/integration/fixtures/blocks/core__separator-custom-color.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"name": "core/separator",
"isValid": true,
"attributes": {
"opacity": "alpha-channel",
"tagName": "hr",
"style": {
"color": {
"background": "#5da54c"
}
}
},
"innerBlocks": []
}
]

0 comments on commit fb20b00

Please sign in to comment.