add ability to Synchronize local modules and themes with Marketplace

This commit is contained in:
sbwalker
2025-03-19 14:37:36 -04:00
parent 69d58a4273
commit 4656471a0a
9 changed files with 174 additions and 117 deletions

View File

@ -55,7 +55,7 @@
</div>
</div>
<div class="row mb-1 align-items-center">
<Label Class="col-sm-3" For="url" HelpText="The reference url of the theme" ResourceKey="ReferenceUrl">Reference Url: </Label>
<Label Class="col-sm-3" For="url" HelpText="The url of the theme" ResourceKey="Url">Url: </Label>
<div class="col-sm-9">
<input id="url" class="form-control" @bind="@_url" disabled />
</div>