Skip to content

Commit

Permalink
Shortcode block: Change source of text attribute to html (#13609)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsf authored and aduth committed Feb 14, 2019
1 parent b514fb6 commit 9679df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/shortcode/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const settings = {
attributes: {
text: {
type: 'string',
source: 'text',
source: 'html',
},
},

Expand Down

0 comments on commit 9679df4

Please sign in to comment.