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.
44 lines
1.6 KiB
XML
44 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<form>
|
|
<fields name="params">
|
|
<fieldset name="task_params" label="Sync Target">
|
|
<field name="target_url" type="text"
|
|
label="Target Site URL"
|
|
description="Base URL of the remote Joomla site to sync to."
|
|
hint="https://demo.example.com" />
|
|
<field name="health_token" type="text"
|
|
label="Target Health Token"
|
|
description="MokoSuite health API token from the target site. Found in the target's MokoSuite plugin config (Diagnostics tab)."
|
|
hint="Health API token from target site" />
|
|
<field name="sync_articles" type="radio" default="1"
|
|
label="Sync Articles"
|
|
description="Delete all articles on target, then push copies from this site."
|
|
class="btn-group btn-group-yesno">
|
|
<option value="1">JYES</option>
|
|
<option value="0">JNO</option>
|
|
</field>
|
|
<field name="sync_categories" type="radio" default="1"
|
|
label="Sync Categories"
|
|
description="Push content categories to the target site."
|
|
class="btn-group btn-group-yesno">
|
|
<option value="1">JYES</option>
|
|
<option value="0">JNO</option>
|
|
</field>
|
|
<field name="sync_menus" type="radio" default="1"
|
|
label="Sync Menus"
|
|
description="Delete all menu items on target, then push copies from this site."
|
|
class="btn-group btn-group-yesno">
|
|
<option value="1">JYES</option>
|
|
<option value="0">JNO</option>
|
|
</field>
|
|
<field name="sync_modules" type="radio" default="0"
|
|
label="Sync Modules"
|
|
description="Push site modules to the target."
|
|
class="btn-group btn-group-yesno">
|
|
<option value="1">JYES</option>
|
|
<option value="0">JNO</option>
|
|
</field>
|
|
</fieldset>
|
|
</fields>
|
|
</form>
|