Skip to content

Commit

Permalink
Merge pull request #2 from kevingroeger/1-script-in-editor-prevents-l…
Browse files Browse the repository at this point in the history
…oading-siteconfig-in-admin-area

#1 replace Value.RAW with Value.ATT
  • Loading branch information
kevingroeger authored Mar 20, 2024
2 parents 21f94cb + 8d70c53 commit 143c910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
data-field="{$Name}"
data-theme="{$Theme}"
data-mode="{$Mode}">$Value</div>
<textarea $AttributesHTML style="display: none;">{$Value.RAW}</textarea>
<textarea $AttributesHTML style="display: none;">{$Value.ATT}</textarea>

0 comments on commit 143c910

Please sign in to comment.