00d44256b4
Rebrand all 17 sub-extensions from mokowaas to mokosuite naming, including component, plugins, modules, task plugins, and webservices. Updates package manifest, workflows, docs, wiki, and issue templates. Adds new plg_system_mokosuite_license extension.
42 lines
1.7 KiB
XML
42 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<form>
|
|
<fieldset name="reset_params" label="Demo Reset Settings">
|
|
<field name="take_snapshot_on_save" type="radio" default="0"
|
|
label="Take Snapshot Now"
|
|
description="Set to Yes and save to capture the current site state as the baseline. Do this once before enabling the schedule."
|
|
class="btn-group btn-group-yesno">
|
|
<option value="1">JYES</option>
|
|
<option value="0">JNO</option>
|
|
</field>
|
|
<field name="include_media" type="radio" default="1"
|
|
label="Include Images"
|
|
description="Include the /images/ directory in snapshots and restores."
|
|
class="btn-group btn-group-yesno">
|
|
<option value="1">JYES</option>
|
|
<option value="0">JNO</option>
|
|
</field>
|
|
<field name="banner_enabled" type="radio" default="1"
|
|
label="Show Demo Banner"
|
|
description="Display a warning banner on the frontend telling visitors this is a demo site."
|
|
class="btn-group btn-group-yesno">
|
|
<option value="1">JYES</option>
|
|
<option value="0">JNO</option>
|
|
</field>
|
|
<field name="banner_message" type="text"
|
|
label="Banner Message"
|
|
description="Message displayed in the demo warning banner."
|
|
default="This is a demo site. All changes will be reset periodically." />
|
|
<field name="banner_color" type="color"
|
|
label="Banner Color"
|
|
description="Background color for the demo warning banner."
|
|
default="#d9534f" />
|
|
<field name="show_countdown" type="radio" default="1"
|
|
label="Show Countdown"
|
|
description="Display a countdown timer in the banner showing time until the next reset."
|
|
class="btn-group btn-group-yesno">
|
|
<option value="1">JYES</option>
|
|
<option value="0">JNO</option>
|
|
</field>
|
|
</fieldset>
|
|
</form>
|