1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

i18n section strings

This commit is contained in:
McMatts 2022-03-10 13:49:19 -05:00
parent f735ae1278
commit ce9c635fb4
7 changed files with 39 additions and 22 deletions

View file

@ -1,12 +1,11 @@
{{layout/logo-heading
title="IFrame"
desc="Embed an IFrame"
title=(localize 'section_iframe')
desc=(localize 'section_iframe_explain')
icon=constants.Icon.Integrations}}
{{#section/base-editor document=document folder=folder page=page isDirty=(action "isDirty") onCancel=(action "onCancel") onAction=(action "onAction")}}
<div class="form-group">
<label for="iframe-embed-code">IFrame embed code</label>
{{textarea value=data rows="10" id="iframe-embed-code" class="form-control mousetrap" placeholder="Enter code" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"}}
<small class="form-text text-muted">Paste the iframe code snippet</small>
<label for="iframe-embed-code">{{localize 'section_iframe_code'}}</label>
{{textarea value=data rows="10" id="iframe-embed-code" class="form-control mousetrap" placeholder=(localize 'code') autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"}}
</div>
{{/section/base-editor}}