Skip to content

Commit

Permalink
fix(editor): components extend text by default to allow text editability
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanLovely committed Sep 5, 2019
1 parent bd06ead commit 2c50a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/setup-bolt.js
Expand Up @@ -194,7 +194,7 @@ export function setupBolt(editor) {
*/
function registerBoltComponent({
name,
extend,
extend = 'text',
schema = { properties: {} },
initialContent = ['Hello World'],
category = 'Bolt Components',
Expand Down

0 comments on commit 2c50a49

Please sign in to comment.