Changes to blocks and styles

This commit is contained in:
Jeremy Rangel
2025-01-01 03:08:58 -08:00
parent 741d39a962
commit 21b00e1937
45 changed files with 617 additions and 70 deletions

View File

@ -3,7 +3,7 @@
"apiVersion": 3,
"name": "lcp/main-area",
"version": "0.1.0",
"title": "Main Content",
"title": "Content Container",
"category": "widgets",
"icon": "smiley",
"description": "Viewport container which is designed to be the parent of all other blocks",
@ -15,6 +15,10 @@
"maxWidth": {
"type": "string",
"default": "100%"
},
"expandVertical": {
"type": "boolean",
"default": true
}
},
"textdomain": "lcp-viewport",