Skip to content

Instantly share code, notes, and snippets.

View mario-neuhold's full-sized avatar

Mario Neuhold mario-neuhold

View GitHub Profile
/*---------------------
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;
}
@mario-neuhold
mario-neuhold / acf_field_definition.json
Last active January 10, 2019 17:50
ACF Block example radio with default value
[
{
"key": "group_5c375da8e559d",
"title": "Block Radio choice with default value",
"fields": [
{
"key": "field_5c375e57e0abe",
"label": "Radio Choice",
"name": "radiochoice",
"type": "radio",