4b9a675d0f
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Generic: Project CI / Lint & Validate (push) Successful in 36s
Platform: moko-platform CI / Gate 1: Code Quality (push) Failing after 40s
Generic: Project CI / Tests (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.1) (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.2) (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.3) (push) Has been cancelled
Platform: moko-platform CI / Gate 3: Self-Health Check (push) Has been cancelled
Platform: moko-platform CI / Gate 4: Governance (push) Has been cancelled
Platform: moko-platform CI / Gate 5: Template Integrity (push) Has been cancelled
Platform: moko-platform CI / CI Summary (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
All Joomla element names, PHP classes, language files, folder structure, and manifest references renamed from mokosuite to mokosuiteclient. This repo is now the client-facing tracker for the MokoSuite platform.
56 lines
1.5 KiB
XML
56 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<form>
|
|
<field
|
|
name="domain"
|
|
type="text"
|
|
label="PLG_SYSTEM_MOKOSUITECLIENT_ALIAS_DOMAIN_LABEL"
|
|
description="PLG_SYSTEM_MOKOSUITECLIENT_ALIAS_DOMAIN_DESC"
|
|
required="true"
|
|
hint="e.g. www.example.com"
|
|
/>
|
|
<field
|
|
name="offline"
|
|
type="radio"
|
|
label="PLG_SYSTEM_MOKOSUITECLIENT_ALIAS_OFFLINE_LABEL"
|
|
description="PLG_SYSTEM_MOKOSUITECLIENT_ALIAS_OFFLINE_DESC"
|
|
default="0"
|
|
class="btn-group btn-group-yesno"
|
|
>
|
|
<option value="1">JYES</option>
|
|
<option value="0">JNO</option>
|
|
</field>
|
|
<field
|
|
name="offline_message"
|
|
type="textarea"
|
|
label="PLG_SYSTEM_MOKOSUITECLIENT_ALIAS_OFFLINE_MSG_LABEL"
|
|
description="PLG_SYSTEM_MOKOSUITECLIENT_ALIAS_OFFLINE_MSG_DESC"
|
|
default=""
|
|
rows="3"
|
|
showon="offline:1"
|
|
/>
|
|
<field
|
|
name="robots"
|
|
type="list"
|
|
label="PLG_SYSTEM_MOKOSUITECLIENT_ALIAS_ROBOTS_LABEL"
|
|
description="PLG_SYSTEM_MOKOSUITECLIENT_ALIAS_ROBOTS_DESC"
|
|
default="index, follow"
|
|
>
|
|
<option value="index, follow">index, follow</option>
|
|
<option value="noindex, follow">noindex, follow</option>
|
|
<option value="index, nofollow">index, nofollow</option>
|
|
<option value="noindex, nofollow">noindex, nofollow</option>
|
|
<option value="none">none</option>
|
|
</field>
|
|
<field
|
|
name="redirect_backend"
|
|
type="radio"
|
|
label="PLG_SYSTEM_MOKOSUITECLIENT_ALIAS_REDIRECT_BACKEND_LABEL"
|
|
description="PLG_SYSTEM_MOKOSUITECLIENT_ALIAS_REDIRECT_BACKEND_DESC"
|
|
default="1"
|
|
class="btn-group btn-group-yesno"
|
|
>
|
|
<option value="1">JYES</option>
|
|
<option value="0">JNO</option>
|
|
</field>
|
|
</form>
|