Skip to content

Instantly share code, notes, and snippets.

@noxify
Created November 27, 2018 21:41
Show Gist options
  • Save noxify/bb1c68312cec68a5aa2e147b31ba0b3e to your computer and use it in GitHub Desktop.
Save noxify/bb1c68312cec68a5aa2e147b31ba0b3e to your computer and use it in GitHub Desktop.
twill config
<?php
return [
'block_editor' => [
'blocks' => [
'text' => [
'title' => 'Body text 1',
'icon' => 'text',
'component' => 'a17-block-wysiwyg',
],
'image' => [
'title' => 'Image',
'icon' => 'image',
'component' => 'a17-block-image',
]
]
]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment