Wipe the existing code from existance
This commit is contained in:
parent
7253f06236
commit
4f1d6614e5
40 changed files with 0 additions and 1530 deletions
|
|
@ -1,27 +0,0 @@
|
|||
<div class="ask-dialog">
|
||||
<p>
|
||||
{{ question }}
|
||||
</p>
|
||||
{{#each inputs as | i | }}
|
||||
<div class="prompt">
|
||||
<label
|
||||
for="{{i.id}}"
|
||||
class="prompt__label"
|
||||
>
|
||||
{{ i.label }}
|
||||
</label>
|
||||
<input
|
||||
type="{{i.inputType}}"
|
||||
id="{{i.id}}"
|
||||
class="patrons__input"
|
||||
{{i.valueAttribute}}="{{i.defaultValue}}"
|
||||
{{#if i.autofocus}}autofocus{{/if}}
|
||||
>
|
||||
{{#if i.details}}
|
||||
<p class="prompt__details">
|
||||
{{{ i.details }}}
|
||||
</p>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
<form autocomplete="off">
|
||||
<div class="header-row">
|
||||
<img
|
||||
class="avatar"
|
||||
src="{{actor.img}}"
|
||||
data-edit="img"
|
||||
title="{{actor.name}}"
|
||||
/>
|
||||
<input
|
||||
type="text"
|
||||
name="name"
|
||||
value="{{actor.name}}"
|
||||
class="actor-name"
|
||||
>
|
||||
</div>
|
||||
{{#if editable}}
|
||||
<prose-mirror
|
||||
class="actor-text"
|
||||
name="system.content"
|
||||
value="{{system.content}}"
|
||||
collaborate="true"
|
||||
data-document-uuid="{{actor.uuid}}"
|
||||
>
|
||||
{{{enriched.system.content}}}
|
||||
</prose-mirror>
|
||||
{{else}}
|
||||
{{{enriched.system.content}}}
|
||||
{{/if}}
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue