Skip to content

Commit

Permalink
new attribute editing type item_content_plain
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertlaposa committed Oct 9, 2023
1 parent cadd865 commit 22ec8de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 1 addition & 6 deletions templates/bo/node/content/default.html
Expand Up @@ -7,12 +7,7 @@ <h1 class="page-title popup"><span>Default Content</span> <span class="info">ID
</div>
{FILE "bo/node/content/default_top.html"}

<fieldset>
<div class="row">
<label>Content:</label>
<textarea name="node[content]">{NODE.content|htmlspecialchars}</textarea>
</div>
</fieldset>
{FILE "bo/node/item_content_plain.html"}

{FILE "bo/node/content/default_bottom.html"}
<!-- END: content -->
4 changes: 4 additions & 0 deletions templates/bo/node/item_content_plain.html
@@ -0,0 +1,4 @@
<div class="row">
<label>Content:</label>
<textarea name="node[content]">{NODE.content|htmlspecialchars}</textarea>
</div>

0 comments on commit 22ec8de

Please sign in to comment.