Closed mantaroh closed 1 year ago
This change is related with #171 . Spear (spear-cli) support the debug mode which injecting the CMS's field identifier into wrapped element.
If we have the following original source code, Spear will insert element into outer of embed syntax.
<div> <p>Title is {%= news_title %}</p> </div>
generated result:
<div> <p>Title is <span data-spear-content-field="title>>news title no.1</span></p> </div>
Changes:
This change is related with #171 .
Spear (spear-cli) support the debug mode which injecting the CMS's field identifier into wrapped element.
If we have the following original source code, Spear will insert element into outer of embed syntax.
generated result: