|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <config> |
| 3 | + <fieldset label="COM_JDBUILDER" name="jdbuilder"> |
| 4 | + <field name="key" type="text" default="" label="JDB_ACTIVATION_KEY"></field> |
| 5 | + <field name="gmapkey" type="text" default="" label="JDB_GOOGLE_MAP_KEY"></field> |
| 6 | + <field type="spacer" name="gmapkeySpacer" hr="true" /> |
| 7 | + <field name="fbAppId" type="text" default="" description="JDB_FACEBOOK_SDK_ALERT" label="JDB_FB_APP_ID"></field> |
| 8 | + <field type="spacer" name="fbAppIdSpacer" hr="false" label="JDB_FACEBOOK_SDK_ALERT" /> |
| 9 | + <field name="captchaspacer" type="spacer" label="JDB_FIELD_SPACER"></field> |
| 10 | + <field name="recaptchaSiteKey" type="text" default="" label="JDB_RECAPTCHA_SITE_KEY"></field> |
| 11 | + <field name="recaptchaSecretKey" type="text" default="" label="JDB_RECAPTCHA_SECRET_KEY"></field> |
| 12 | + <field type="spacer" name="mailchimpSpacer" hr="true" /> |
| 13 | + <field name="mailchimp_keys" type="subform" multiple="true" label="MailChimp Key(s)"> |
| 14 | + <form> |
| 15 | + <field required="true" name="prefix" label="Server Prefix" type="text" description="To find the value for the server prefix, log into your Mailchimp account and look at the URL in your browser. You’ll see something like https://us19.admin.mailchimp.com/ — the us19 part is the server prefix. Note that your specific value may be different." /> |
| 16 | + <field required="true" name="key" label="Key" type="text" /> |
| 17 | + </form> |
| 18 | + </field> |
| 19 | + <field name="convertkit_keys" type="subform" multiple="true" label="ConvertKit Key(s)"> |
| 20 | + <form> |
| 21 | + <field required="true" name="key" label="API Key" type="text" /> |
| 22 | + <field required="true" name="secret" label="API Secret" type="text" /> |
| 23 | + </form> |
| 24 | + </field> |
| 25 | + <field name="activecampaign_keys" type="subform" multiple="true" label="ActiveCampaign Key(s)"> |
| 26 | + <form> |
| 27 | + <field required="true" name="url" label="URL" type="text" /> |
| 28 | + <field required="true" name="key" label="Key" type="text" /> |
| 29 | + </form> |
| 30 | + </field> |
| 31 | + </fieldset> |
| 32 | + |
3 | 33 | <fieldset name="permissions" description="JCONFIG_PERMISSIONS_DESC" label="JCONFIG_PERMISSIONS_LABEL"> |
4 | 34 | <field name="rules" type="rules" component="com_jdbuilder" class="inputbox" filter="rules" validate="rules" label="JCONFIG_PERMISSIONS_LABEL" section="component" /> |
5 | 35 | </fieldset> |
|
19 | 49 | <option value="1">JDB_YES</option> |
20 | 50 | </field> |
21 | 51 | </fieldset> |
| 52 | + <fieldset label="JDB_INTEGRATIONS_TITLE" name="integrations"> |
| 53 | + <field name="article_integration" type="radio" class="btn-group btn-group-yesno" default="1" label="JDB_JOOMLA_ARTICLES_INTEGRATION"> |
| 54 | + <option value="0">JDB_DISABLED</option> |
| 55 | + <option value="1">JDB_ENABLED</option> |
| 56 | + </field> |
| 57 | + <field name="fontawesomepro_integration" type="radio" class="btn-group btn-group-yesno" default="0" label="JDB_JOOMLA_FA_INTEGRATION"> |
| 58 | + <option value="0">JDB_DISABLED</option> |
| 59 | + <option value="1">JDB_ENABLED</option> |
| 60 | + </field> |
| 61 | + <field type="spacer" name="fontawesomepro_integration_spacer" hr="false" label="COM_JDBUILDER_FA_PRO_DESC" /> |
| 62 | + </fieldset> |
22 | 63 | </config> |
0 commit comments