diff --git a/plugins/htm-no-build/__blueprint/blueprint.json b/plugins/htm-no-build/__blueprint/blueprint.json index 31cf7ec..91871c0 100644 --- a/plugins/htm-no-build/__blueprint/blueprint.json +++ b/plugins/htm-no-build/__blueprint/blueprint.json @@ -44,7 +44,7 @@ }, { "step": "runPHP", - "code": " 'page',\n\t'post_status' => 'publish',\n\t'post_title' => 'HTM instead of JSX',\n\t'post_content' => '\n
The above block doesn\\'t use a build process but still is able to use JSX like syntax provided by the htm library.
See the source code here.
'\n] );\n" + "code": " 'page',\n\t'post_status' => 'publish',\n\t'post_title' => 'HTM instead of JSX',\n\t'post_content' => '\nThe above block doesn\\'t use a build process but still is able to use JSX like syntax provided by the htm library.
See the full source code here or have a quick look at some of the files below.
'\n] );\n" } ] }