Skip to content

Commit

Permalink
feat: enable full width
Browse files Browse the repository at this point in the history
  • Loading branch information
bigaru committed Oct 17, 2023
1 parent 7de9cab commit d466f0f
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
4 changes: 3 additions & 1 deletion src/blocks/html/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
}
},
"supports": {
"html": false
"html": false,
"align": true,
"alignWide": true
},
"textdomain": "inseri-core",
"editorScript": "file:./index.js",
Expand Down
4 changes: 3 additions & 1 deletion src/blocks/iiifViewer/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
}
},
"supports": {
"html": false
"html": false,
"align": true,
"alignWide": true
},
"textdomain": "inseri-core",
"editorScript": "file:./index.js",
Expand Down
4 changes: 3 additions & 1 deletion src/blocks/image/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
}
},
"supports": {
"html": false
"html": false,
"align": true,
"alignWide": true
},
"textdomain": "inseri-core",
"editorScript": "file:./index.js",
Expand Down
4 changes: 3 additions & 1 deletion src/blocks/plotly/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
}
},
"supports": {
"html": false
"html": false,
"align": true,
"alignWide": true
},
"textdomain": "inseri-core",
"editorScript": "file:./index.js",
Expand Down
4 changes: 3 additions & 1 deletion src/blocks/python/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
}
},
"supports": {
"html": false
"html": false,
"align": true,
"alignWide": true
},
"textdomain": "inseri-core",
"editorScript": "file:./index.js",
Expand Down
4 changes: 3 additions & 1 deletion src/blocks/textEditor/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
}
},
"supports": {
"html": false
"html": false,
"align": true,
"alignWide": true
},
"textdomain": "inseri-core",
"editorScript": "file:./index.js",
Expand Down
4 changes: 3 additions & 1 deletion src/blocks/textViewer/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
}
},
"supports": {
"html": false
"html": false,
"align": true,
"alignWide": true
},
"textdomain": "inseri-core",
"editorScript": "file:./index.js",
Expand Down

0 comments on commit d466f0f

Please sign in to comment.