{"id":10806426,"date":"2018-10-23T09:43:57","date_gmt":"2018-10-23T09:43:57","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/custom-block-type-problem\/"},"modified":"2018-10-23T09:43:57","modified_gmt":"2018-10-23T09:43:57","slug":"custom-block-type-problem","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/custom-block-type-problem\/","title":{"rendered":"Custom block type problem"},"content":{"rendered":"<p>Pls tell me what i am doing wrong:<\/p>\n<p>My custom block types save function:<br \/>\n(the var props.attributes.shortcode contains: &#8216;[photo 5594]&#8217;)<\/p>\n<pre><code>\nsave: \tfunction( props ) {\n\t\t\tvar shortcode = props.attributes.shortcode || &#039;&#039;;\n\n\t\t\tif ( shortcode.length ) {\n\t\t\t\treturn el( &#039;p&#039;, null, shortcode );\n\t\t\t}\n\t\t},\n<\/code><\/pre>\n<p>The content of the page in the classic editor is:<\/p>\n<pre><code>\n&lt;!-- wp:wppa\/gutenberg-photo --&gt;\n&lt;p class=&quot;wp-block-wppa-gutenberg-photo&quot;&gt;[photo 5594]&lt;\/p&gt;\n&lt;!-- \/wp:wppa\/gutenberg-photo --&gt;\n<\/code><\/pre>\n<p>So far it works, but re-editing the post produces the error:<br \/>\nThis block contains unexpected or invalid content.<\/p>\n<p>Clicking the resolve button he wants to change:<\/p>\n<pre><code>\nCurrent\n&lt;p class=&quot;wp-block-wppa-gutenberg-photo&quot;&gt;[photo 5594]&lt;\/p&gt;\n<\/code><\/pre>\n<p>into:<\/p>\n<pre><code>\nAfter Conversion\n&lt;p class=&quot;wp-block-wppa-gutenberg-photo&quot;&gt;[photo 5594]&lt;\/p&gt;\n<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-10806426","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/10806426","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/10806426\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=10806426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}