mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Can edit settings on the embedding page
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{{#if isCheckbox}}
|
||||
<label for={{inputId}}>
|
||||
{{input checked=checked id=inputId type="checkbox"}}
|
||||
{{i18n translationKey}}
|
||||
</label>
|
||||
{{else}}
|
||||
<label for={{inputId}}>{{i18n translationKey}}</label>
|
||||
{{input value=value id=inputId}}
|
||||
{{/if}}
|
||||
|
||||
<div class='clearfix'></div>
|
||||
@@ -0,0 +1 @@
|
||||
<pre><code class={{lang}}>{{code}}</code></pre>
|
||||
Reference in New Issue
Block a user