Last active
March 13, 2025 14:20
-
-
Save fritzlaszlo/a78e68a853df3f599eefcc0a68569399 to your computer and use it in GitHub Desktop.
Kirby Block for Embed Code
This file contains hidden or 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
<?= $block->embed() ?> |
This file contains hidden or 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
name: Embed (Code) | |
icon: file-code | |
preview: fields | |
wysiwyg: true | |
tabs: | |
content: | |
fields: | |
embed: | |
type: textarea | |
size: medium | |
buttons: false | |
font: monospace | |
label: Paste code here | |
spellcheck: false | |
styles: | |
fields: | |
class: | |
type: text | |
id: | |
type: text | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment