Composer update, config export

master
kompot r00t 2024-11-25 15:24:13 +01:00
parent 88ac4d4165
commit f8e98e2c09
84 changed files with 760 additions and 1192 deletions

3
.gitattributes vendored
View File

@ -42,6 +42,9 @@
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
# PHPStan's baseline uses tabs instead of spaces.
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php
# Define binary file attributes.
# - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ."

View File

@ -20,7 +20,6 @@
],
"require": {
"composer/installers": "^2.0",
"drupal/bootstrap_datetime_picker": "^4.0@alpha",
"drupal/color_field": "^3.0",
"drupal/core-composer-scaffold": "^10.0",
"drupal/core-project-message": "^10.0",

1365
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,3 @@
_core:
default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs
langcode: sl
interval: 3600

View File

@ -6,5 +6,5 @@ _core:
default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo
id: basic
label: 'Basic block'
revision: 0
revision: false
description: 'A basic block contains a title and a body.'

View File

@ -1,35 +0,0 @@
_core:
default_config_hash: 82IcmRqpBmy1evXJ62l9T9-embODAwKCeTfnB8d4eMw
langcode: sl
icon_type: fontawesome
use_cdn: true
display_icons_time: 'fa-solid fa-clock'
display_icons_date: 'fa-solid fa-calendar'
display_icons_up: 'fa-solid fa-arrow-up'
display_icons_down: 'fa-solid fa-arrow-down'
display_icons_previous: 'fa-solid fa-chevron-left'
display_icons_next: 'fa-solid fa-chevron-right'
display_icons_today: 'fa-solid fa-calendar-check'
display_icons_clear: 'fa-solid fa-trash'
display_icons_close: 'fa-solid fa-xmark'
display_sideBySide: false
display_calendarWeeks: false
display_viewMode: calendar
display_toolbarPlacement: bottom
display_keepOpen: false
display_buttons_today: false
display_buttons_clear: false
display_buttons_close: false
display_components_calendar: true
display_components_date: true
display_components_month: true
display_components_year: true
display_components_decades: true
display_components_clock: true
display_components_hours: true
display_components_minutes: true
display_components_seconds: false
display_inline: false
display_theme: auto
hourCycle: undefined
language: en

View File

@ -1,4 +1,3 @@
_core:
default_config_hash: YNUW2Ij5uE7a4oaXp3i_2lvaFdYM1zNKPPfnEjB0jEc
langcode: sl
log_ip_addresses: false

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
langcode: sl
default_form: feedback
flood:
limit: 5

View File

@ -1,11 +0,0 @@
uuid: 1fbfea62-34a4-456a-878b-85a96c990078
langcode: sl
status: true
dependencies:
module:
- tour
id: tour.token
label: Token
description: ''
targetEntityType: tour
cache: true

View File

@ -1,12 +1,10 @@
_core:
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
langcode: sl
module:
automated_cron: 0
big_pipe: 0
block: 0
block_content: 0
bootstrap_datetime_picker: 0
breakpoint: 0
ckeditor5: 0
color_field: 0
@ -52,7 +50,6 @@ module:
text: 0
token: 0
toolbar: 0
tour: 0
update: 0
user: 0
views_ui: 0

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: CXhei_vpaZk-3f_Mj2cH0YmpK-ZpKHoSzVA3yZrDq0g
langcode: sl
definitions:
contact__site_page:
menu_name: footer
@ -9,8 +8,8 @@ definitions:
expanded: false
enabled: true
standard__front_page:
weight: -50
menu_name: main
parent: ''
weight: -50
expanded: false
enabled: true

View File

@ -1,4 +1,3 @@
_core:
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
langcode: sl
row_limit: 1000

View File

@ -62,7 +62,7 @@ image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_size: null
max_dimensions:
width: 0
height: 0
width: null
height: null

View File

@ -99,7 +99,7 @@ image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_size: null
max_dimensions:
width: 0
height: 0
width: null
height: null

View File

@ -1,4 +1,3 @@
_core:
default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0
langcode: sl
purge_batch_size: 50

View File

@ -1,4 +1,3 @@
_core:
default_config_hash: Q1nMi90W6YQxKzZAgJQw7Ag9U4JrsEUwkomF0lhvbIM
langcode: sl
field_prefix: field_

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: 0aMkoXYnax5_tHI9C9zHs-K48KJ6K75PHtD9x-0nbgM
langcode: sl
description:
type: textfield
length: 128

View File

@ -1,5 +1,4 @@
_core:
default_config_hash: FiPjM3WdB__ruFA7B6TLwni_UcZbmek5G4b2dxQItxA
langcode: sl
fallback_format: plain_text
always_show_fallback_choice: false

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: UvSCt3S_NldJPFzvhSNOy9vWoPPFhmsmTC12vtVss9s
langcode: sl
favicon:
use_default: true
features:

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: k-yDFHbqNfpe-Srg4sdCSqaosCl2D8uwyEY5esF8gEw
langcode: sl
preview_image: core/modules/image/sample.png
allow_insecure_derivatives: false
suppress_itok_output: false

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: EMWe7Yu4Q5eD-NUfNuQAWGBvYUNZPIinztEtONSmsDc
langcode: sl
map:
'no': nb
pt: pt-pt

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: uEePITI9tV6WqzmsTb7MfPCi5yPWXSxAN1xeLcYFQbM
langcode: sl
session:
parameter: language
url:

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8
langcode: sl
all:
- language_interface
- language_content

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: cSdYeE-_AQETCNZnl8BMFS9-sVn5--VzAYILkpPBUbM
langcode: sl
cache_strings: true
translate_english: false
javascript:

View File

@ -1,4 +1,3 @@
_core:
default_config_hash: SqMarzIjxC3F8dZo9FEOxfqDKD_sdW1tbcFTV1BA2zU
langcode: sl
override_parent_selector: false

View File

@ -1,4 +1,3 @@
_core:
default_config_hash: W0cgFPhPJ3gAdqm06-az48BLf5MVcoZVS0HdByoofi0
langcode: sl
use_admin_theme: true

View File

@ -7,7 +7,7 @@ _core:
name: Članek
type: article
description: 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.'
help: ''
help: null
new_revision: true
preview_mode: 1
display_submitted: true

View File

@ -11,8 +11,8 @@ third_party_settings:
parent: 'main:'
name: Dogodek
type: dogodek
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 1
display_submitted: false

View File

@ -7,7 +7,7 @@ _core:
name: 'Basic page'
type: page
description: "Use <em>basic pages</em> for your static content, such as an 'About us' page."
help: ''
help: null
new_revision: true
preview_mode: 1
display_submitted: false

View File

@ -12,7 +12,7 @@ third_party_settings:
name: Skupina
type: skupina
description: Organizacija
help: ''
help: null
new_revision: true
preview_mode: 1
display_submitted: false

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: 1TswGK46jyu77aIM7Z-0JVQs5bxHmo-gtgrvrQGMXxc
langcode: sl
favicon:
use_default: true
features:

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: SwvLp8snyPEExF41CaJJYdPUVomofLqtXvwciHc4cPg
langcode: sl
enabled_entity_types:
- user
punctuation:

View File

@ -1,8 +1,8 @@
_core:
default_config_hash: 6XRelHPjACQVOo9yRQMmbXt-ysCA2Pt6l762bxQQbdw
langcode: sl
exclude:
node: { }
paragraph: { }
text_to_prepend_to_title: 'Clone of'
clone_status: false
create_group_relationships: true

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: hvVxL1G-ZCxaq32IZws0YsfuhvaDiQE_np-0g35KjUk
langcode: sl
and_or_limit: 7
default_page: node_search
index:

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: 25hWeYa4sasuJtHqKKcEN_nYiuEC1lMPYHsn5dawJEw
langcode: sl
links:
-
path: /

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: MUpaAk1hn-0Ph4OFw3DD_6gUF9KbGwxja9Y0qmampzo
langcode: sl
max_links: 2000
cron_generate: true
cron_generate_interval: 0

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: 33gg8hVdxE7nTswwBBOY_d2rH3XjAbBa4rw0XyMRh6Y
langcode: sl
enabled: true
submission_interval: 24
index_now_enabled: true

View File

@ -1,13 +0,0 @@
uuid: 740a39cc-af2f-46ce-aa7b-682baf659e15
langcode: sl
status: true
dependencies: { }
_core:
default_config_hash: KGJcRMzAuyKuQ5btKIxMYthx4yk2Oa3ciVDmzxaGKLQ
id: google
label: Google
url: 'https://www.google.com/ping?sitemap=[sitemap]'
index_now_url: null
sitemap_variants:
default: default
index: index

View File

@ -0,0 +1,9 @@
uuid: ed7c48ba-e930-4ff0-bfbc-b7fb2bbda92c
langcode: sl
status: true
dependencies: { }
id: naver
label: Naver
url: null
index_now_url: 'https://searchadvisor.naver.com/indexnow?url=[url]&key=[key]'
sitemap_variants: null

View File

@ -0,0 +1,9 @@
uuid: b9de7b28-aed3-4c3c-82fa-b75d1736c3f3
langcode: sl
status: true
dependencies: { }
id: seznam
label: Seznam
url: null
index_now_url: 'https://search.seznam.cz/indexnow?url=[url]&key=[key]'
sitemap_variants: null

View File

@ -0,0 +1,9 @@
uuid: 884b9e7a-9d19-49a4-975b-3a47d36a4644
langcode: sl
status: true
dependencies: { }
id: yep
label: Yep
url: null
index_now_url: 'https://indexnow.yep.com/indexnow?url=[url]&key=[key]'
sitemap_variants: null

View File

@ -1,5 +1,4 @@
_core:
default_config_hash: x0FuQ_7Cg81mSDQwG028_Z0CjH3R9ib5IDlHeV2BbAo
langcode: sl
enabled: true
interval_hours: 6

View File

@ -1,7 +1,6 @@
_core:
default_config_hash: 5Pw921y1EPfFN98wykliBBLArm51pC-SmrXeYCe7d0Y
langcode: sl
threshold:
requirements_warning: 172800
requirements_error: 1209600
logging: 1
logging: true

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: t7clj3mzmOGrXX0HuCH5usf0vEqRtnMTBFVBIEmZ5pc
langcode: sl
first_day: 0
country:
default: SI

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: 1WanmaEhxW_vM8_5Ktsdntj8MaO9UBHXg0lN603PsWM
langcode: sl
context:
lines_leading: 2
lines_trailing: 2

View File

@ -1,2 +1 @@
langcode: sl
linkset_endpoint: false

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: mguGHCYb9Dw5EcpfjwoShGV1Vjkbz3QuPRCLfxiye-g
langcode: sl
allow_insecure_uploads: false
default_scheme: public
temporary_maximum_age: 21600

View File

@ -1,4 +1,3 @@
_core:
default_config_hash: eNXaHfkJJUThHeF0nvkoXyPLRrKYGxgHRjORvT4F5rQ
langcode: sl
jpeg_quality: 75

View File

@ -1,4 +1,3 @@
_core:
default_config_hash: durWHaKeBaq4d9Wpi4RqwADj1OufDepcnJuhVLmKN24
langcode: sl
toolkit: gd

View File

@ -1,4 +1,3 @@
_core:
default_config_hash: u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA
langcode: sl
error_level: hide

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: rYgt7uhPafP2ngaN_ZUPFuyI4KdE0zU868zLNSlzKoE
langcode: sl
interface:
default: php_mail
mailer_dsn:

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ
langcode: sl
cache:
page:
max_age: 180

View File

@ -1,5 +1,4 @@
_core:
default_config_hash: MIpNzlG4gPunfS7vTCwUPum6QH3GUsEBMj-qS631Jw0
langcode: sl
items:
view_mode: rss

View File

@ -12,3 +12,4 @@ page:
admin_compact_mode: false
weight_select_max: 100
default_langcode: sl
mail_notification: null

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: 9rAU4Pku7eMBQxauQqAgjzlcicFZ2As6zEa6zvTlCB8
langcode: sl
favicon:
mimetype: image/vnd.microsoft.icon
path: ''

View File

@ -1,5 +1,4 @@
_core:
default_config_hash: eJ529VM1gSIA_vgTy2PdiDvJuG0xhSxfQjCyl5WKlv4
langcode: sl
admin: gin
default: olivero

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: zKpaWT6cJc1tVQQaTqatGELaCqU_oyRym6zTl27Yias
langcode: sl
maintain_index_table: true
override_selector: false
terms_per_page_admin: 100

View File

@ -8,3 +8,4 @@ name: Oznake
vid: tags
description: 'Use tags to group articles on similar topics into categories.'
weight: 0
new_revision: false

View File

@ -4,5 +4,6 @@ status: true
dependencies: { }
name: 'Tip dogodka'
vid: tip_dogodka
description: ''
description: null
weight: 0
new_revision: false

View File

@ -1,4 +1,3 @@
_core:
default_config_hash: Bkewb77RBOK3_aXMPsp8p87gbc03NvmC5gBLzPl7hVA
langcode: sl
default_summary_length: 600

View File

@ -1,48 +0,0 @@
uuid: f91578a6-8d70-4419-ae23-54a97db3add1
langcode: sl
status: true
dependencies:
module:
- block
_core:
default_config_hash: ructO0IOsghR3CIbNd-0QfLTDiUo8gIJ7mB_nxSil4o
id: block-layout
label: 'Block Layout Page'
module: block
routes:
-
route_name: block.admin_display
tips:
block-layout:
id: block-layout
plugin: text
label: 'Block Layout'
weight: 1
body: 'Blocks are boxes of content rendered into an area, or region, of a web page that can be displayed in regions (such as footer or sidebar) on your page.'
place-block:
id: place-block
plugin: text
label: 'Place Blocks'
weight: 2
selector: .button--small
body: 'Any custom or contributed block can be added to a particular region by clicking on a button Place block. A new block can also be created by clicking on Place Block'
block-region:
id: block-region
plugin: text
label: 'Block Region'
weight: 3
selector: .block-region-select
body: 'Assign or change the region of a block by clicking here. A dropdown list with all the regions will appear. You can place one block in multiple regions.'
configure-block:
id: configure-block
plugin: text
label: 'Configure Block'
weight: 4
selector: .dropbutton-widget
body: 'By Clicking on "Configure" you can go ahead and edit the contents of the block, deal with the visibility settings and even change the placement of where it is on your theme.'
custom-block-library:
id: custom-block-library
plugin: text
label: 'Custom Block Library'
weight: 5
body: 'The block management screen also has an another tab on the top which is used to add Custom blocks. The name of the tab is "Custom block library". This tab ultimately provides a link to add custom blocks.'

View File

@ -1,34 +0,0 @@
uuid: a0ffc30e-ba48-4dec-b8c7-5f858178a224
langcode: sl
status: true
dependencies:
module:
- language
_core:
default_config_hash: vcDd9H0uIlyOQGoVAJuD3ADMnQeRR_X3B-ojyb8Cbnc
id: language-add
label: 'Adding languages'
module: language
routes:
-
route_name: language.add
tips:
language-add-overview:
id: language-add-overview
plugin: text
label: 'Adding languages'
weight: 1
body: '<p>This page provides the ability to add common languages to your site.</p><p>If the desired language is not available, you can add a custom language.</p>'
language-add-choose:
id: language-add-choose
plugin: text
label: 'Izberite jezik'
weight: 2
selector: '#edit-predefined-langcode'
body: '<p>Choose a language from the list, or choose "Custom language..." at the end of the list.</p><p>Click the "Add language" button when you are done choosing your language.</p><p>When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.</p>'
language-add-continue:
id: language-add-continue
plugin: text
label: 'Continuing on'
weight: 3
body: '<p>Now that you have an overview of the "Add languages" feature, you can continue by:<ul><li>Adding a language</li><li>Adding a custom language</li><li><a href="[site:url]admin/config/regional/language">Viewing configured languages</a></li></ul></p>'

View File

@ -1,48 +0,0 @@
uuid: b8731d6b-65b5-43f0-9504-47da15835793
langcode: sl
status: true
dependencies:
module:
- language
_core:
default_config_hash: gjYvYwMqulNsq7VmScWKOqEUxar9AX0TvG8vfCCguUQ
id: language-edit
label: 'Editing languages'
module: language
routes:
-
route_name: entity.configurable_language.edit_form
tips:
language-edit-overview:
id: language-edit-overview
plugin: text
label: 'Editing languages'
weight: 1
body: '<p>This page provides the ability to edit a language on your site, including custom languages.</p>'
language-edit-langcode:
id: language-edit-langcode
plugin: text
label: 'Koda jezika'
weight: 2
selector: '#edit-langcode-view'
body: '<p>You cannot change the code of a language on the site, since it is used by the system to keep track of the language.</p>'
language-edit-label:
id: language-edit-label
plugin: text
label: 'Ime jezika'
weight: 3
selector: '#edit-label'
body: '<p>The language name is used throughout the site for all users and is written in English. Names of built-in languages can be translated using the Interface Translation module, and names of both built-in and custom languages can be translated using the Configuration Translation module.</p>'
language-edit-direction:
id: language-edit-direction
plugin: text
label: 'Language direction'
weight: 4
selector: '#edit-direction--wrapper--description'
body: '<p>Choose if the language is a "Left to right" or "Right to left" language.</p><p>Note that not all themes support "Right to left" layouts, so test your theme if you are using "Right to left".</p>'
language-edit-continue:
id: language-edit-continue
plugin: text
label: 'Continuing on'
weight: 5
body: '<p>Now that you have an overview of the "Edit language" feature, you can continue by:<ul><li>Editing a language</li><li><a href="[site:url]admin/config/regional/language">Viewing configured languages</a></li></ul></p>'

View File

@ -1,55 +0,0 @@
uuid: fcb4902f-1c51-47e0-ab73-2aea51e0550d
langcode: sl
status: true
dependencies:
module:
- language
_core:
default_config_hash: Okz8QMYRGvq95nqLGYjp8gLiy93DKoMEzEVZVwEeg4M
id: language
label: Jezik
module: language
routes:
-
route_name: entity.configurable_language.collection
tips:
language-overview:
id: language-overview
plugin: text
label: Jeziki
weight: 1
body: '<p>The "Languages" page allows you to add, edit, delete, and reorder languages for the site.</p>'
language-add:
id: language-add
plugin: text
label: 'Adding languages'
weight: 2
selector: .button-action
body: '<p>To add more languages to your site, click the "Add language" button.</p><p>Added languages will be displayed in the language list and can then be edited or deleted.</p>'
language-reorder:
id: language-reorder
plugin: text
label: 'Reordering languages'
weight: 3
selector: .draggable
body: '<p>To reorder the languages on your site, use the drag icons next to each language.</p><p>The order shown here is the display order for language lists on the site such as in the language switcher blocks provided by the Interface Translation and Content Translation modules.</p><p>When you are done with reordering the languages, click the "Save configuration" button for the changes to take effect.</p>'
language-default:
id: language-default
plugin: text
label: 'Set a language as default'
weight: 4
selector: .js-form-item-site-default-language
body: '<p>You can change the default language of the site by choosing one of your configured languages as default. The site will use the default language in situations where no choice is made but a language should be set, for example as the language of the displayed interface.</p>'
language-operations:
id: language-operations
plugin: text
label: 'Modifying languages'
weight: 5
selector: .dropbutton-wrapper
body: '<p>Operations are provided for editing and deleting your languages.</p><p>You can edit the name and the direction of the language.</p><p>Deleted languages can be added back at a later time. Deleting a language will remove all interface translations associated with it, and content in this language will be set to be language neutral. Note that you cannot delete the default language of the site.</p>'
language-continue:
id: language-continue
plugin: text
label: 'Continuing on'
weight: 6
body: '<p>Now that you have an overview of the "Languages" page, you can continue by:<ul><li><a href="[site:url]admin/config/regional/language/add">Adding a language</a></li><li>Reordering languages</li><li>Editing a language</li><li>Deleting a language</li></ul></p>'

View File

@ -1,69 +0,0 @@
uuid: d6e42b6a-92f1-4dbc-8161-25ecf007b70d
langcode: sl
status: true
dependencies:
module:
- locale
_core:
default_config_hash: Kcx1PIw-KgGbTo5_tOkbI6TWJiP_0Sr7t5T9SuMV2hA
id: locale
label: Translation
module: locale
routes:
-
route_name: locale.translate_page
tips:
locale-overview:
id: locale-overview
plugin: text
label: 'User interface translation'
weight: 1
body: 'This page allows you to translate the user interface or modify existing translations. If you have installed your site initially in English, you must first add another language on the <a href="[site:url]admin/config/regional/language">Languages page</a>, in order to use this page.'
locale-language:
id: locale-language
plugin: text
label: 'Translation language'
weight: 2
selector: '#edit-langcode'
body: 'Choose the language you want to translate.'
locale-search:
id: locale-search
plugin: text
label: Išči
weight: 3
selector: '#edit-string'
body: 'Enter the specific word or sentence you want to translate, you can also write just a part of a word.'
locale-filter:
id: locale-filter
plugin: text
label: 'Filter the search'
weight: 4
selector: '#edit-translation'
body: "You can search for untranslated strings if you want to translate something that isn't translated yet. If you want to modify an existing translation, you might want to search only for translated strings."
locale-submit:
id: locale-submit
plugin: text
label: 'Apply your search criteria'
weight: 5
selector: '#edit-submit'
body: 'To apply your search criteria, click on the <em>Filter</em> button.'
locale-translate:
id: locale-translate
plugin: text
label: Prevodi
weight: 6
selector: .js-form-type-textarea
body: 'You can write your own translation in the text fields of the right column. Try to figure out in which context the text will be used in order to translate it in the appropriate way.'
locale-validate:
id: locale-validate
plugin: text
label: 'Validate the translation'
weight: 7
selector: '#edit-submit--2'
body: 'When you have finished your translations, click on the <em>Save translations</em> button. You must save your translations, each time before changing the page or making a new search.'
locale-continue:
id: locale-continue
plugin: text
label: 'Continuing on'
weight: 8
body: 'The translations you have made here will be used on your site''s user interface. If you want to use them on another site or modify them on an external translation editor, you can <a href="[site:url]admin/config/regional/translate/export">export them</a> to a .po file and <a href="[site:url]admin/config/regional/translate/import">import them</a> later.'

View File

@ -1,88 +0,0 @@
uuid: f2a237db-9674-424d-9a6a-1381cf964665
langcode: sl
status: true
dependencies:
module:
- views_ui
_core:
default_config_hash: XIYL1KF7ND2XQRa5AxvEcp8vgCN2kUGiuBNhCgxrPME
id: views-ui
label: 'View edit page'
module: views_ui
routes:
-
route_name: entity.view.edit_form
-
route_name: entity.view.edit_display_form
tips:
views-main:
id: views-main
plugin: text
label: 'Manage view settings'
weight: 1
body: 'View or edit the configuration.'
views-ui-displays:
id: views-ui-displays
plugin: text
label: 'Displays in this view'
weight: 2
selector: '#views-display-top'
body: 'A display is a way of outputting the results, e.g., as a page or a block. A view can contain multiple displays, which are listed here. The active display is highlighted.'
views-ui-view-admin:
id: views-ui-view-admin
plugin: text
label: 'View administration'
weight: 3
position: right
selector: '#views-display-extra-actions'
body: 'Perform administrative tasks, including adding a description and creating a clone. Click the drop-down button to view the available options.'
views-ui-format:
id: views-ui-format
plugin: text
label: 'Output format'
weight: 4
selector: .views-ui-display-tab-bucket.format
body: "Choose how to output results. E.g., choose <em>Content</em> to output each item completely, using your configured display settings. Or choose <em>Fields</em>, which allows you to output only specific fields for each result. Additional formats can be added by installing modules to <em>extend</em> Drupal's base functionality."
views-ui-fields:
id: views-ui-fields
plugin: text
label: Fields
weight: 5
selector: .views-ui-display-tab-bucket.field
body: 'If this view uses fields, they are listed here. You can click on a field to configure it.'
views-ui-filter:
id: views-ui-filter
plugin: text
label: 'Filter your view'
weight: 6
selector: .views-ui-display-tab-bucket.filter
body: 'Add filters to limit the results in the output. E.g., to only show content that is <em>published</em>, you would add a filter for <em>Published</em> and select <em>Yes</em>.'
views-ui-filter-operations:
id: views-ui-filter-operations
plugin: text
label: 'Filter actions'
weight: 7
selector: '.views-ui-display-tab-bucket.filter .dropbutton-widget'
body: 'Add, rearrange or remove filters.'
views-ui-sorts:
id: views-ui-sorts
plugin: text
label: 'Sort Criteria'
weight: 8
selector: .views-ui-display-tab-bucket.sort
body: 'Control the order in which the results are output. Click on an active sort rule to configure it.'
views-ui-sorts-operations:
id: views-ui-sorts-operations
plugin: text
label: 'Sort actions'
weight: 9
selector: '.views-ui-display-tab-bucket.sort .dropbutton-widget'
body: 'Add, rearrange or remove sorting rules.'
views-ui-preview:
id: views-ui-preview
plugin: text
label: Predogled
weight: 10
position: right
selector: '#preview-submit'
body: 'Show a preview of the view output.'

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: 2QzULf0zovJQx3J06Y9rufzzfi-CY2CTTlEfJJh2Qyw
langcode: sl
check:
disabled_extensions: false
interval_days: 7

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: UYfMzeP1S8jKm9PSvxf7nQNe8DsNS-3bc2WSNNXBQWs
langcode: sl
uid_only: false
ip_limit: 50
ip_window: 3600

View File

@ -21,7 +21,6 @@ dependencies:
- system
- taxonomy
- toolbar
- tour
_core:
default_config_hash: Wur9kcEOwY1Jal81NssKnz3RhVJxAvBwyWQBGcA_1Go
id: content_editor
@ -35,7 +34,6 @@ permissions:
- 'access files overview'
- 'access help pages'
- 'access toolbar'
- 'access tour'
- 'administer url aliases'
- 'create article content'
- 'create dogodek content'

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: uZHsLrDp1ThO0RvupHKcPzLOyVvWexm58JTTHNDo7yc
langcode: sl
display_extenders:
simple_sitemap_display_extender: simple_sitemap_display_extender
sql_signature: false

View File

@ -43,6 +43,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:

View File

@ -287,6 +287,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:

View File

@ -550,6 +550,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:

View File

@ -255,6 +255,7 @@ display:
previous: ' Previous'
first: '« First'
last: 'Last »'
pagination_heading_level: h4
exposed_form:
type: basic
options:

View File

@ -484,6 +484,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
@ -1019,6 +1020,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
empty: { }
arguments:
fid:

View File

@ -47,6 +47,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:

View File

@ -210,6 +210,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:

View File

@ -43,6 +43,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:

View File

@ -479,6 +479,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:

View File

@ -454,6 +454,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:

View File

@ -1,4 +1,8 @@
parameters:
# Toggles the super user access policy. If your website has at least one user
# with the Administrator role, it is advised to set this to false. This allows
# you to make user 1 a regular user, strengthening the security of your site.
security.enable_super_user: true
session.storage.options:
# Default ini options for sessions.
#
@ -60,6 +64,11 @@ parameters:
# \Drupal\Core\Session\SessionConfiguration::__construct()
# @default 6
sid_bits_per_character: 6
# By default, Drupal generates a session cookie name based on the full
# domain name. Set the name_suffix to a short random string to ensure this
# session cookie name is unique on different installations on the same
# domain and path (for example, when migrating from Drupal 7).
name_suffix: ''
twig.config:
# Twig debugging:
#

View File

@ -77,7 +77,7 @@
*
* @code
* $databases['default']['default'] = [
* 'database' => 'databasename',
* 'database' => 'database_name',
* 'username' => 'sql_username',
* 'password' => 'sql_password',
* 'host' => 'localhost',
@ -181,8 +181,8 @@ $databases = [];
*
* WARNING: The above defaults are designed for database portability. Changing
* them may cause unexpected behavior, including potential data loss. See
* https://www.drupal.org/developing/api/database/configuration for more
* information on these defaults and the potential issues.
* https://www.drupal.org/docs/8/api/database-api/database-configuration for
* more information on these defaults and the potential issues.
*
* More details can be found in the constructor methods for each driver:
* - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
@ -193,7 +193,7 @@ $databases = [];
* @code
* $databases['default']['default'] = [
* 'driver' => 'pgsql',
* 'database' => 'databasename',
* 'database' => 'database_name',
* 'username' => 'sql_username',
* 'password' => 'sql_password',
* 'host' => 'localhost',
@ -215,7 +215,7 @@ $databases = [];
* 'driver' => 'my_driver',
* 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
* 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
* 'database' => 'databasename',
* 'database' => 'database_name',
* 'username' => 'sql_username',
* 'password' => 'sql_password',
* 'host' => 'localhost',
@ -230,7 +230,7 @@ $databases = [];
* 'driver' => 'my_driver',
* 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
* 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
* 'database' => 'databasename',
* 'database' => 'database_name',
* 'username' => 'sql_username',
* 'password' => 'sql_password',
* 'host' => 'localhost',
@ -355,14 +355,13 @@ $settings['update_free_access'] = FALSE;
* security, or encryption benefits. In an environment where Drupal
* is behind a reverse proxy, the real IP address of the client should
* be determined such that the correct client IP address is available
* to Drupal's logging, statistics, and access management systems. In
* the most simple scenario, the proxy server will add an
* X-Forwarded-For header to the request that contains the client IP
* address. However, HTTP headers are vulnerable to spoofing, where a
* malicious client could bypass restrictions by setting the
* X-Forwarded-For header directly. Therefore, Drupal's proxy
* configuration requires the IP addresses of all remote proxies to be
* specified in $settings['reverse_proxy_addresses'] to work correctly.
* to Drupal's logging and access management systems. In the most simple
* scenario, the proxy server will add an X-Forwarded-For header to the request
* that contains the client IP address. However, HTTP headers are vulnerable to
* spoofing, where a malicious client could bypass restrictions by setting the
* X-Forwarded-For header directly. Therefore, Drupal's proxy configuration
* requires the IP addresses of all remote proxies to be specified in
* $settings['reverse_proxy_addresses'] to work correctly.
*
* Enable this setting to get Drupal to determine the client IP from the
* X-Forwarded-For header. If you are unsure about this setting, do not have a
@ -731,6 +730,8 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
* Provide a fully qualified class name here if you would like to provide an
* alternate implementation YAML parser. The class must implement the
* \Drupal\Component\Serialization\SerializationInterface interface.
*
* This setting is deprecated in Drupal 10.3 and removed in Drupal 11.
*/
# $settings['yaml_parser_class'] = NULL;
@ -808,6 +809,16 @@ $settings['entity_update_batch_size'] = 50;
*/
$settings['entity_update_backup'] = TRUE;
/**
* State caching.
*
* State caching uses the cache collector pattern to cache all requested keys
* from the state API in a single cache entry, which can greatly reduce the
* amount of database queries. However, some sites may use state with a
* lot of dynamic keys which could result in a very large cache.
*/
$settings['state_cache'] = TRUE;
/**
* Node migration type.
*

View File

@ -1,7 +1,17 @@
# Local development services.
#
# The development.services.yml file allows the developer to override
# container parameters for debugging.
#
# To activate this feature, follow the instructions at the top of the
# 'example.settings.local.php' file, which sits next to this file.
#
# Be aware that in Drupal's configuration system, all the files that
# provide container definitions are merged using a shallow merge approach
# within \Drupal\Core\DependencyInjection\YamlFileLoader.
# This means that if you want to override any value of a parameter, the
# whole parameter array needs to be copied from
# sites/default/default.services.yml or from core/core.services.yml file.
parameters:
http.response.debug_cacheability_headers: true
services:

View File

@ -7,7 +7,7 @@
* Configuration file for multi-site support and directory aliasing feature.
*
* This file is required for multi-site support and also allows you to define a
* set of aliases that map hostnames, ports, and pathnames to configuration
* set of aliases that map host names, ports, and path names to configuration
* directories in the sites directory. These aliases are loaded prior to
* scanning for directories, and they are exempt from the normal discovery
* rules. See default.settings.php to view how Drupal discovers the
@ -53,5 +53,5 @@
*
* @see default.settings.php
* @see \Drupal\Core\DrupalKernel::getSitePath()
* @see https://www.drupal.org/documentation/install/multi-site
* @see https://www.drupal.org/docs/getting-started/multisite-drupal
*/