Merge branch 'agiledrop'
This commit is contained in:
commit
f6fe270ce6
BIN
frontend/drupal7.sql.zip
Normal file
BIN
frontend/drupal7.sql.zip
Normal file
Binary file not shown.
BIN
frontend/drupal9.sql.zip
Normal file
BIN
frontend/drupal9.sql.zip
Normal file
Binary file not shown.
20
frontend/drupal9/.gitignore
vendored
20
frontend/drupal9/.gitignore
vendored
@ -1,4 +1,22 @@
|
|||||||
web/sites/settings.local.php
|
web/sites/settings.local.php
|
||||||
web/sites/default/settings.local.php
|
web/sites/default/settings.local.php
|
||||||
web/sites/default/files
|
|
||||||
web/sites/default/settings.php
|
web/sites/default/settings.php
|
||||||
|
|
||||||
|
# Do not ignore config files of EU Cookie Compliance settings, as the config directory is ignored for some reason.
|
||||||
|
!web/sites/default/files/
|
||||||
|
web/sites/default/files/*
|
||||||
|
!web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/
|
||||||
|
web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/*
|
||||||
|
!web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/sync/
|
||||||
|
web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/sync/*
|
||||||
|
!web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/sync/user.role.anonymous.yml
|
||||||
|
!web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/sync/user.role.authenticated.yml
|
||||||
|
!web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/sync/user.role.content_editor.yml
|
||||||
|
!web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/sync/eu_cookie_compliance.settings.yml
|
||||||
|
!web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/sync/eu_cookie_compliance.cookie_category.required_cookies.yml
|
||||||
|
!web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/sync/eu_cookie_compliance.cookie_category.other_cookies.yml
|
||||||
|
!web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/sync/language/
|
||||||
|
!web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/sync/language/*
|
||||||
|
!web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/sync/language/en/
|
||||||
|
web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/sync/language/en/*
|
||||||
|
!web/sites/default/files/config_IOXQTY15mTNElGpd3J0XvFQ901U51FXMmkfm1WHkhEkfIeWx3p7e7K_IwM7NiHj_MM-BDVeYuA/sync/language/en/eu_cookie_compliance.settings.yml
|
||||||
|
@ -0,0 +1,9 @@
|
|||||||
|
uuid: 3017c333-b1fe-42e4-a753-6309d909042b
|
||||||
|
langcode: sl
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: other_cookies
|
||||||
|
label: 'Drugi piškotki'
|
||||||
|
description: ''
|
||||||
|
checkbox_default_state: unchecked
|
||||||
|
weight: -8
|
@ -0,0 +1,9 @@
|
|||||||
|
uuid: 5573cb02-dcfe-49f6-90ec-185c754ee655
|
||||||
|
langcode: sl
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: required_cookies
|
||||||
|
label: 'Nujni piškotki'
|
||||||
|
description: ''
|
||||||
|
checkbox_default_state: required
|
||||||
|
weight: -9
|
@ -0,0 +1,77 @@
|
|||||||
|
_core:
|
||||||
|
default_config_hash: EspchZru2hYTTeNNAnTw2uWwT-mjJ46KrM5XEVHJzS0
|
||||||
|
langcode: sl
|
||||||
|
uuid: f4845223-8519-4aba-9424-9cad8d35edee
|
||||||
|
popup_enabled: true
|
||||||
|
popup_clicking_confirmation: false
|
||||||
|
popup_scrolling_confirmation: false
|
||||||
|
eu_only: null
|
||||||
|
eu_only_js: null
|
||||||
|
popup_position: false
|
||||||
|
fixed_top_position: true
|
||||||
|
popup_info:
|
||||||
|
value: "<h2>Spletno mesto uporablja piškotke zaradi boljše uporabniške izkušnje.</h2>\r\n\r\n<p>S klikom na gumb Sprejmi se strinjate z uporabo piškotkov.</p>\r\n"
|
||||||
|
format: basic_html
|
||||||
|
mobile_popup_info:
|
||||||
|
value: ''
|
||||||
|
format: filtered_html
|
||||||
|
popup_info_template: new
|
||||||
|
popup_agree_button_message: 'Da, strinjam se'
|
||||||
|
popup_more_info_button_message: 'More info'
|
||||||
|
mobile_breakpoint: 768
|
||||||
|
popup_agreed_enabled: false
|
||||||
|
popup_hide_agreed: false
|
||||||
|
disagree_button_label: Ne
|
||||||
|
popup_agreed:
|
||||||
|
value: "<h2>Thank you for accepting cookies</h2>\r\n\r\n<p>You can now hide this message or find out more about cookies.</p>\r\n"
|
||||||
|
format: basic_html
|
||||||
|
popup_find_more_button_message: 'More info'
|
||||||
|
popup_hide_button_message: Hide
|
||||||
|
popup_link: /sl/o-1ka/pogoji-uporabe-1ka/politika-piskotkov
|
||||||
|
popup_link_new_window: true
|
||||||
|
popup_height: null
|
||||||
|
popup_width: 100%
|
||||||
|
popup_delay: 1000
|
||||||
|
show_more_info: true
|
||||||
|
popup_bg_hex: 0779bf
|
||||||
|
popup_text_hex: ffffff
|
||||||
|
domain: ''
|
||||||
|
domains_option: 1
|
||||||
|
domains_list: ''
|
||||||
|
exclude_paths: "/admin\r\n/admin/*\r\n/batch\r\n/node/add*\r\n/node/*/*\r\n/user/*/*"
|
||||||
|
exclude_admin_theme: false
|
||||||
|
cookie_session: 0
|
||||||
|
set_cookie_session_zero_on_disagree: 0
|
||||||
|
cookie_lifetime: 100
|
||||||
|
use_mobile_message: false
|
||||||
|
use_bare_css: false
|
||||||
|
disagree_do_not_show_popup: false
|
||||||
|
reload_page: false
|
||||||
|
reload_options: 0
|
||||||
|
reload_routes_list: ''
|
||||||
|
cookie_name: ''
|
||||||
|
exclude_uid_1: false
|
||||||
|
better_support_for_screen_readers: false
|
||||||
|
method: categories
|
||||||
|
disabled_javascripts: ''
|
||||||
|
automatic_cookies_removal: true
|
||||||
|
allowed_cookies: "required_cookies:uid\r\nrequired_cookies:unam\r\nrequired_cookies:nakup\r\nrequired_cookies:paket\r\nrequired_cookies:__stripe_mid\r\nrequired_cookies:__stripe_sid\r\nrequired_cookies:PHPSESSID\r\n"
|
||||||
|
consent_storage_method: do_not_store
|
||||||
|
withdraw_message:
|
||||||
|
value: "<h2>Spletno mesto uporablja piškotke zaradi boljše uporabniške izkušnje.</h2>\r\n\r\n<p>S klikom na gumb Sprejmi se strinjate z uporabo piškotkov.</p>\r\n"
|
||||||
|
format: basic_html
|
||||||
|
withdraw_tab_button_label: 'Privacy settings'
|
||||||
|
withdraw_action_button_label: 'Withdraw consent'
|
||||||
|
withdraw_enabled: false
|
||||||
|
withdraw_button_on_info_popup: false
|
||||||
|
save_preferences_button_label: 'Shrani nastavitve'
|
||||||
|
accept_all_categories_button_label: 'Sprejmi vse piškotke'
|
||||||
|
enable_save_preferences_button: true
|
||||||
|
domain_all_sites: false
|
||||||
|
settings_tab_enabled: false
|
||||||
|
containing_element: body
|
||||||
|
cookie_policy_version: 1.0.0
|
||||||
|
cookie_value_disagreed: '0'
|
||||||
|
cookie_value_agreed_show_thank_you: '1'
|
||||||
|
cookie_value_agreed: '2'
|
||||||
|
accessibility_focus: false
|
@ -0,0 +1,11 @@
|
|||||||
|
popup_agreed:
|
||||||
|
value: "<h2>Thank you for accepting cookies</h2>\r\n\r\n<p>You can now hide this message or find out more about cookies.</p>\r\n"
|
||||||
|
popup_agree_button_message: 'Da, strinjam se'
|
||||||
|
popup_more_info_button_message: 'More info'
|
||||||
|
popup_find_more_button_message: 'More info'
|
||||||
|
popup_info:
|
||||||
|
value: "<h2>Spletno mesto uporablja piškotke zaradi boljše uporabniške izkušnje.</h2>\r\n\r\n<p>Z uporabo naše spletne strani potrjujete, da se z njihovo uporabo strinjate.</p>\r\n"
|
||||||
|
popup_link: /en/about/terms-of-use/cookie-policy
|
||||||
|
disagree_button_label: Ne
|
||||||
|
withdraw_message:
|
||||||
|
value: "<h2>Spletno mesto uporablja piškotke zaradi boljše uporabniške izkušnje.</h2>\r\n\r\n<p>Z uporabo naše spletne strani potrjujete, da se z njihovo uporabo strinjate.</p>\r\n"
|
@ -0,0 +1 @@
|
|||||||
|
label: Upravljanje
|
@ -0,0 +1,3 @@
|
|||||||
|
langcode: sl
|
||||||
|
name: 1KA
|
||||||
|
slogan: 'Spletne ankete'
|
@ -0,0 +1,36 @@
|
|||||||
|
uuid: e50e8ba9-dda1-4e57-95eb-75dbbc45a872
|
||||||
|
langcode: sl
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- filter.format.filtered_html
|
||||||
|
module:
|
||||||
|
- eu_cookie_compliance
|
||||||
|
- filter
|
||||||
|
- media
|
||||||
|
- search
|
||||||
|
- search_api_page
|
||||||
|
- system
|
||||||
|
_core:
|
||||||
|
default_config_hash: 6WavjUYXIegP9AAg2zXGx54MWIVoomC3SZhNiqe-Dyk
|
||||||
|
id: anonymous
|
||||||
|
label: 'Anonimni uporabnik'
|
||||||
|
weight: 0
|
||||||
|
is_admin: false
|
||||||
|
permissions:
|
||||||
|
- 'access 1ka search_api_page'
|
||||||
|
- 'access content'
|
||||||
|
- 'display EU Cookie Compliance popup'
|
||||||
|
- 'display eu cookie compliance popup'
|
||||||
|
- 'search article content'
|
||||||
|
- 'search content'
|
||||||
|
- 'search osnovna_priporocila content'
|
||||||
|
- 'search page content'
|
||||||
|
- 'search pogosto_vprasanje content'
|
||||||
|
- 'search pomoc content'
|
||||||
|
- 'search prirocnik content'
|
||||||
|
- 'search video_vodic content'
|
||||||
|
- 'use advanced search'
|
||||||
|
- 'use text format filtered_html'
|
||||||
|
- 'view media'
|
||||||
|
- 'view search api pages'
|
@ -0,0 +1,24 @@
|
|||||||
|
uuid: ef02b8e5-af30-4436-b01e-5414d7bbb649
|
||||||
|
langcode: sl
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- filter.format.filtered_html
|
||||||
|
module:
|
||||||
|
- eu_cookie_compliance
|
||||||
|
- filter
|
||||||
|
- media
|
||||||
|
- system
|
||||||
|
_core:
|
||||||
|
default_config_hash: I44QAB4es39lNzMQWiJLq2dfjX7VRSOzT_5KzAcUq_M
|
||||||
|
id: authenticated
|
||||||
|
label: 'prijavljen uporabnik'
|
||||||
|
weight: 1
|
||||||
|
is_admin: false
|
||||||
|
permissions:
|
||||||
|
- 'access 1ka search_api_page'
|
||||||
|
- 'access content'
|
||||||
|
- 'display EU Cookie Compliance popup'
|
||||||
|
- 'display eu cookie compliance popup'
|
||||||
|
- 'use text format filtered_html'
|
||||||
|
- 'view media'
|
@ -0,0 +1,48 @@
|
|||||||
|
uuid: 6e341a03-a89c-4332-9a9c-9682211ecf7e
|
||||||
|
langcode: sl
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.article
|
||||||
|
- node.type.page
|
||||||
|
- taxonomy.vocabulary.tags
|
||||||
|
module:
|
||||||
|
- comment
|
||||||
|
- contextual
|
||||||
|
- file
|
||||||
|
- node
|
||||||
|
- path
|
||||||
|
- system
|
||||||
|
- taxonomy
|
||||||
|
- toolbar
|
||||||
|
- tour
|
||||||
|
_core:
|
||||||
|
default_config_hash: Wur9kcEOwY1Jal81NssKnz3RhVJxAvBwyWQBGcA_1Go
|
||||||
|
id: content_editor
|
||||||
|
label: 'Content editor'
|
||||||
|
weight: 2
|
||||||
|
is_admin: false
|
||||||
|
permissions:
|
||||||
|
- 'access administration pages'
|
||||||
|
- 'access content overview'
|
||||||
|
- 'access contextual links'
|
||||||
|
- 'access files overview'
|
||||||
|
- 'access toolbar'
|
||||||
|
- 'access tour'
|
||||||
|
- 'administer url aliases'
|
||||||
|
- 'create article content'
|
||||||
|
- 'create page content'
|
||||||
|
- 'create terms in tags'
|
||||||
|
- 'create url aliases'
|
||||||
|
- 'delete article revisions'
|
||||||
|
- 'delete own article content'
|
||||||
|
- 'delete own page content'
|
||||||
|
- 'delete page revisions'
|
||||||
|
- 'edit own article content'
|
||||||
|
- 'edit own comments'
|
||||||
|
- 'edit own page content'
|
||||||
|
- 'edit terms in tags'
|
||||||
|
- 'revert all revisions'
|
||||||
|
- 'view all revisions'
|
||||||
|
- 'view own unpublished content'
|
||||||
|
- 'view the administration theme'
|
Loading…
x
Reference in New Issue
Block a user