Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{{#unless isPlain}}
{{#if useIframe}}
<div class="wysiwyg-iframe-container">
<iframe frameborder="0" style="width: 100%; overflow-x: hidden; overflow-y: hidden;" class="hidden wysiwyg"></iframe>
</div>
{{else}}
<div class="html-container">{{{value}}}</div>
{{/if}}
{{else}}
<div class="plain complex-text hidden">{{complexText value}}</div>
{{/unless}}
{{#if isNone}}<span class="none-value">{{translate 'None'}}</span>{{/if}}

View File

@@ -0,0 +1,8 @@
<textarea
class="main-element form-control hidden auto-height"
data-name="{{name}}"
{{#if params.maxLength}} maxlength="{{params.maxLength}}"{{/if}}
rows="{{rows}}"
style="resize: none;"
></textarea>
<div class="summernote hidden"></div>