update schema and so on
This commit is contained in:
@@ -58,6 +58,11 @@ require __DIR__ . '/../partials/structure/layout_start.php';
|
||||
<option value="grapesjs">GrapesJS</option>
|
||||
<option value="craftjs">Craft.js</option>
|
||||
</select>
|
||||
<label class="text-xs text-slate-600">Version</label>
|
||||
<select id="versionSelect" class="input h-8 py-0 text-sm min-w-[200px]">
|
||||
<option value="">Letzte Versionen</option>
|
||||
</select>
|
||||
<button id="btn-restore-version" type="button" class="btn">Wiederherstellen</button>
|
||||
<button id="btn-clear-main" type="button" class="btn" title="Leeren">🧹</button>
|
||||
<button id="btn-preview" type="button" class="btn">Vorschau</button>
|
||||
<button id="btn-test" type="button" class="btn">Testversand</button>
|
||||
|
||||
Reference in New Issue
Block a user