From 1487156478a0e68d83280826c7c8af84530c0153 Mon Sep 17 00:00:00 2001 From: Miguel Fonseca Date: Wed, 30 Jan 2019 23:02:27 +0000 Subject: [PATCH] Shortcode block: Change source of `text` attribute to `html` --- packages/block-library/src/shortcode/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/shortcode/index.js b/packages/block-library/src/shortcode/index.js index 06464c52e7082e..7204cd1eadf439 100644 --- a/packages/block-library/src/shortcode/index.js +++ b/packages/block-library/src/shortcode/index.js @@ -22,7 +22,7 @@ export const settings = { attributes: { text: { type: 'string', - source: 'text', + source: 'html', }, },