This commit is contained in:
2026-02-04 01:48:15 +01:00
parent 58074631de
commit 24b7f3383a
4 changed files with 58 additions and 11 deletions

View File

@@ -15,6 +15,9 @@ require dirname(__DIR__) . '/../structure/layout_start.php';
<option value="grapesjs">GrapesJS</option>
<option value="craftjs">Craft.js</option>
</select>
<label class="block text-sm text-slate-600">Versionen aufbewahren (0 = unbegrenzt)
<input type="number" name="versions_retention" class="input mt-1" min="0" step="1" placeholder="0">
</label>
<div class="flex justify-end">
<button type="submit" class="btn">Einstellungen speichern</button>
</div>