|
28 | 28 | 'ACP_CONSENTMANAGER_MEDIA' => 'Enable embedded media category', |
29 | 29 | 'ACP_CONSENTMANAGER_MEDIA_EXPLAIN' => 'Allows videos, players, widgets, and other iframe-based external media to be loaded after consent.', |
30 | 30 | 'ACP_CONSENTMANAGER_INTEGRATIONS' => 'Manual integrations', |
31 | | - 'ACP_CONSENTMANAGER_INTEGRATIONS_EXPLAIN' => 'Use this to add third-party analytics, marketing, or other scripts directly from the ACP. These integrations appear in the consent UI and are only loaded after the required consent has been granted.<br><br>Provide a JSON array of integrations.<br><br>Each object must include: <samp class="error">id</samp>, <samp class="error">category</samp>, <samp class="error">src</samp>. The <samp class="error">id</samp> may only use letters, numbers, dots, underscores, colons, and hyphens. The <samp class="error">category</samp> must be <samp class="error">necessary</samp>, <samp class="error">analytics</samp>, or <samp class="error">marketing</samp>. The <samp class="error">src</samp> must be a valid http, https, or relative script URL.<br><br>Optional fields: <samp class="error">label</samp>, <samp class="error">description</samp>, <samp class="error">async</samp>, <samp class="error">defer</samp>.', |
| 31 | + 'ACP_CONSENTMANAGER_INTEGRATIONS_EXPLAIN' => 'Use this to add third-party analytics, marketing, or other scripts directly from the ACP. These integrations appear in the consent UI and are only loaded after the required consent has been granted.', |
| 32 | + 'ACP_CONSENTMANAGER_INTEGRATIONS_FORMAT' => 'Provide a JSON array of integrations. For example:', |
| 33 | + 'ACP_CONSENTMANAGER_INTEGRATIONS_REQUIRED' => 'Required properties', |
| 34 | + 'ACP_CONSENTMANAGER_INTEGRATIONS_REQUIRED_ID' => 'may only use letters, numbers, dots, underscores, colons, and hyphens.', |
| 35 | + 'ACP_CONSENTMANAGER_INTEGRATIONS_REQUIRED_CAT' => 'must be one of these values:', |
| 36 | + 'ACP_CONSENTMANAGER_INTEGRATIONS_REQUIRED_SRC' => 'must be a valid http, https, or relative script URL.', |
| 37 | + 'ACP_CONSENTMANAGER_INTEGRATIONS_OPTIONAL' => 'Optional properties', |
32 | 38 | 'ACP_CONSENTMANAGER_INTEGRATIONS_EXAMPLE_LABEL' => 'Example Analytics', |
33 | 39 | 'ACP_CONSENTMANAGER_INTEGRATIONS_EXAMPLE_DESC' => 'Loads a simple analytics library after consent.', |
34 | 40 | 'ACP_CONSENTMANAGER_REGISTRATIONS' => 'Registered integrations', |
|
45 | 51 | 'CONSENTMANAGER_CATEGORY_ANALYTICS' => 'Analytics', |
46 | 52 | 'CONSENTMANAGER_CATEGORY_MARKETING' => 'Marketing', |
47 | 53 | 'CONSENTMANAGER_CATEGORY_MEDIA' => 'Media', |
48 | | - 'EXAMPLE' => 'Example', |
49 | 54 |
|
50 | 55 | // Consent logs |
51 | 56 | 'ACP_CONSENTMANAGER_EXPORT_EXPLAIN' => 'Download a CSV file of stored consent log records or permanently delete matching records from the database. All fields are optional; leave them blank to work with the full log.', |
|
0 commit comments