Get the module foundations and the Artist app created

This commit is contained in:
Oliver 2026-01-17 21:54:41 -07:00
parent 8744b6c562
commit ffa2162fbd
20 changed files with 590 additions and 0 deletions

View file

@ -0,0 +1,22 @@
<div class="form-group">
<label for="{{idp}}-name">
{{localize "TB.dialogs.Link.name"}}
</label>
<input
id="{{idp}}-name"
type="text"
value="{{name}}"
name="name"
>
</div>
<div class="form-group">
<label for="{{idp}}-url">
{{localize "TB.dialogs.Link.url"}}
</label>
<input
id="{{idp}}-url"
type="text"
value="{{url}}"
name="url"
>
</div>