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
/*--------------------- | |
IE 11 grid fix for Gutenberg core block Media-Text | |
as discussed here | |
https://github.com/WordPress/gutenberg/issues/11577#issuecomment-465177310 | |
-----------------------*/ | |
.wp-block-media-text { | |
display: -ms-grid; | |
-ms-grid-columns: 50% auto; | |
} |
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
[ | |
{ | |
"key": "group_5c375da8e559d", | |
"title": "Block Radio choice with default value", | |
"fields": [ | |
{ | |
"key": "field_5c375e57e0abe", | |
"label": "Radio Choice", | |
"name": "radiochoice", | |
"type": "radio", |