Created
November 27, 2018 21:41
-
-
Save noxify/bb1c68312cec68a5aa2e147b31ba0b3e to your computer and use it in GitHub Desktop.
twill config
This file contains 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
<?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