-
Notifications
You must be signed in to change notification settings - Fork 7
/
blueprints.yaml
65 lines (63 loc) · 2.65 KB
/
blueprints.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: TecArt Cookie Manager
version: 0.1.15
description: "TecArt cookie banner manager provides a cookie banner plugin with complete cookie management in admin and extended frontend views. The plugin is created by [TecArt GmbH](https://www.tecart.de) and based on the popular [CookieConsent](https://cookieconsent.osano.com/) JS-library by Osano."
icon: shield
author:
name: Christiana Holland-Jobb | TecArt GmbH
email: [email protected]
url: https://www.tecart.de
homepage: https://github.com/TecArt/grav-plugin-tecart-cookie-manager
keywords: grav, plugin, cookie, banner, manager, cookieconsent, opt-in, opt-out, tecart
bugs: https://github.com/TecArt/grav-plugin-tecart-cookie-manager/issues
docs: https://github.com/TecArt/grav-plugin-tecart-cookie-manager/blob/main/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.7.23' }
- { name: admin, version: '>=1.10.23' }
form:
validation: strict
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
data_storage:
type: select
size: small
classes: fancy
label: PLUGIN_TECART_COOKIE_MANGER.DATA_STORAGE
default: data
options:
pages: pages/assets
data: user/data
custom_settings_link:
type: section
title: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.TITLE
underline: true
fields:
custom_settings_link_info:
type: display
label: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.LINK_INFO.LABEL
markdown: true
content: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.LINK_INFO.CONTENT
custom_settings_link_text:
type: text
size: large
default: Cookie Banner Einstellungen
label: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.LINK_TEXT.LABEL
custom_settings_link_color:
type: text
size: small
label: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.LINK_BACKGROUND_COLOR
default: '#7faf34'
custom_settings_link_text_color:
type: text
size: small
label: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.LINK_TEXT_COLOR
default: '#ffffff'