Skip to content

Commit

Permalink
Remove heading block that contains popup (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
malincrist committed Mar 6, 2023
1 parent a984002 commit 8ce9465
Showing 1 changed file with 0 additions and 153 deletions.
153 changes: 0 additions & 153 deletions src/libraries/block-snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,6 @@
"key": "blocks/new-popup-template",
"title": "New popup template",
"type": "popup"
},
"heading-block-1": {
"type": "layout-section",
"key": "blocks/heading-block-1",
"title": "Feature block 5",
"description": "",
"contentKey": "files/heading-block-1",
"imports": [
"styles/colors/semi-trsp-lt-bg",
"styles/components/button/no-border",
"popups/main-menu-popup",
"files/main-menu-popup"
]
}
},
"popups": {
Expand Down Expand Up @@ -1594,146 +1581,6 @@
}
]
},
"heading-block-1": {
"type": "layout-section",
"styles": {
"instance": {
"key": "awgovjdnwn"
}
},
"nodes": [
{
"type": "grid",
"nodes": [
{
"type": "grid-cell",
"nodes": [
{
"type": "picture",
"width": 80,
"height": 80,
"caption": "Logo",
"styles": {
"appearance": "components/picture/default"
},
"hyperlink": {
"target": "_self",
"targetKey": "pages/e0987ca1-f458-b546-7697-7be594b35583"
}
},
{
"type": "menu",
"navigationItemKey": "main",
"layout": "horizontal",
"styles": {
"appearance": "components/menu/default",
"instance": {
"display": {
"md": "inline-block",
"xs": "none"
}
}
},
"roles": null
},
{
"type": "button",
"label": "",
"styles": {
"appearance": "components/button/no-border",
"instance": {
"display": {
"xs": "inline-block",
"md": "none"
}
}
},
"roles": null,
"hyperlink": {
"target": "_popup",
"targetKey": "popups/main-menu-popup"
}
}
],
"role": "article",
"styles": {
"instance": {
"grid-cell": {
"xs": {
"position": {
"col": 1,
"row": 1
},
"span": {
"cols": 1,
"rows": 1
},
"alignment": {
"vertical": "center",
"horizontal": "between"
}
},
"xl": {
"alignment": {
"vertical": "center",
"horizontal": "between"
}
},
"md": {
"alignment": {
"vertical": "center",
"horizontal": "between"
}
},
"lg": {
"alignment": {
"vertical": "center",
"horizontal": "between"
}
}
},
"padding": {
"xs": {
"top": 10,
"bottom": 10,
"left": 10,
"right": 10
}
}
}
}
}
],
"styles": {
"instance": {
"margin": {
"xs": {
"top": 20,
"left": "auto",
"right": "auto",
"bottom": 20
}
},
"size": {
"lg": {
"maxWidth": 1140
}
},
"grid": {
"xs": {
"rows": [
"auto"
],
"cols": [
"1fr"
]
}
}
}
}
}
]
},
"main-menu-popup": {
"type": "popup",
"backdrop": false,
Expand Down

0 comments on commit 8ce9465

Please sign in to comment.