Composer update, config export

master
kompot r00t 2023-07-16 18:29:09 +02:00
parent 667bae2fd3
commit b76ee595c5
42 changed files with 1079 additions and 485 deletions

View File

@ -30,6 +30,7 @@
"drupal/linked_field": "^1.5",
"drupal/pathauto": "^1.11",
"drupal/quick_node_clone": "^1.16",
"drupal/simple_sitemap": "^4.1",
"drupal/single_datetime": "^2.0@beta",
"drush/drush": "^11.5",
"oomphinc/composer-installers-extender": "^2.0",

1178
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -0,0 +1,24 @@
uuid: dc89a5e0-fdd6-4eb3-b4d7-6e0a984c4ce7
langcode: sl
status: true
dependencies:
config:
- views.view.prihajajoci_dogodki
module:
- views
theme:
- olivero
id: views_block__prihajajoci_dogodki_block_1_2
theme: olivero
region: content
weight: 0
provider: null
plugin: 'views_block:prihajajoci_dogodki-block_1'
settings:
id: 'views_block:prihajajoci_dogodki-block_1'
label: ''
label_display: '0'
provider: views
views_label: ''
items_per_page: '48'
visibility: { }

View File

@ -38,9 +38,13 @@ module:
page_cache: 0
path: 0
path_alias: 0
phpass: 0
quick_node_clone: 0
search: 0
shortcut: 0
simple_sitemap: 0
simple_sitemap_engines: 0
simple_sitemap_views: 0
single_datetime: 0
single_datetime_range: 0
system: 0

View File

@ -35,6 +35,50 @@ settings:
- '|'
- sourceEditing
plugins:
ckeditor5_codeBlock:
languages:
-
label: 'Plain text'
language: plaintext
-
label: C
language: c
-
label: 'C#'
language: cs
-
label: C++
language: cpp
-
label: CSS
language: css
-
label: Diff
language: diff
-
label: HTML
language: html
-
label: Java
language: java
-
label: JavaScript
language: javascript
-
label: PHP
language: php
-
label: Python
language: python
-
label: Ruby
language: ruby
-
label: TypeScript
language: typescript
-
label: XML
language: xml
ckeditor5_heading:
enabled_headings:
- heading2

View File

@ -43,3 +43,9 @@ filters:
status: true
weight: 11
settings: { }
filter_image_lazy_load:
id: filter_image_lazy_load
provider: filter
status: true
weight: 12
settings: { }

View File

@ -34,3 +34,9 @@ filters:
status: true
weight: 11
settings: { }
filter_image_lazy_load:
id: filter_image_lazy_load
provider: filter
status: true
weight: 12
settings: { }

View File

@ -4,7 +4,7 @@ status: true
dependencies: { }
_core:
default_config_hash: NIKBt6kw_uPhNI0qtR2DnRf7mSOgAQdx7Q94SKMjXbQ
name: 'Golo besedilo'
name: 'Plain text'
format: plain_text
weight: 10
filters:

View File

@ -0,0 +1,4 @@
index: true
priority: '0.5'
changefreq: ''
include_images: false

View File

@ -0,0 +1,4 @@
index: true
priority: '1.0'
changefreq: ''
include_images: false

View File

@ -0,0 +1,4 @@
index: true
priority: '0.5'
changefreq: ''
include_images: false

View File

@ -0,0 +1,4 @@
index: true
priority: '0.5'
changefreq: ''
include_images: false

View File

@ -0,0 +1,8 @@
_core:
default_config_hash: 25hWeYa4sasuJtHqKKcEN_nYiuEC1lMPYHsn5dawJEw
langcode: sl
links:
-
path: /
priority: '1.0'
changefreq: daily

View File

@ -0,0 +1,22 @@
_core:
default_config_hash: MUpaAk1hn-0Ph4OFw3DD_6gUF9KbGwxja9Y0qmampzo
langcode: sl
max_links: 2000
cron_generate: true
cron_generate_interval: 0
generate_duration: 10000
entities_per_queue_item: 50
remove_duplicates: true
skip_untranslated: true
xsl: true
base_url: ''
default_variant: default
custom_links_include_images: false
disable_language_hreflang: false
hide_branding: false
excluded_languages: { }
enabled_entity_types:
- node
- taxonomy_term
- menu_link_content
- block_content

View File

@ -0,0 +1,13 @@
uuid: 85cdd57d-4f18-4a75-8455-a939db835500
langcode: sl
status: true
dependencies:
config:
- simple_sitemap.type.default_hreflang
_core:
default_config_hash: zHW-ZT11Lkf2zSRgisGKjgU7TzrNcT8_MwFeuVtl8O8
id: default
label: Privzeto
description: 'The default hreflang sitemap - lists URLs to be indexed by modern search engines.'
type: default_hreflang
weight: 0

View File

@ -0,0 +1,17 @@
uuid: a7949eb1-0677-4abb-956f-e15e63a80c53
langcode: sl
status: true
dependencies: { }
_core:
default_config_hash: pYORFuFzL0b2FKevz6fSag1wOUNTthFPPLxZ18JB1t0
id: default_hreflang
label: 'Default hreflang'
description: 'The default hreflang sitemap type. A sitemap of this type is understood by most modern search engines.'
sitemap_generator: default
url_generators:
entity: entity
arbitrary: arbitrary
index: index
entity_menu_link_content: entity_menu_link_content
custom: custom
views: views

View File

@ -0,0 +1 @@
index_now: false

View File

@ -0,0 +1 @@
index_now: false

View File

@ -0,0 +1 @@
index_now: false

View File

@ -0,0 +1 @@
index_now: false

View File

@ -0,0 +1,8 @@
_core:
default_config_hash: 33gg8hVdxE7nTswwBBOY_d2rH3XjAbBa4rw0XyMRh6Y
langcode: sl
enabled: true
submission_interval: 24
index_now_enabled: true
index_now_preferred_engine: ''
index_now_on_entity_save: false

View File

@ -0,0 +1,11 @@
uuid: 8742131d-9b1d-4f39-b85b-6edb5b73ef03
langcode: sl
status: true
dependencies: { }
_core:
default_config_hash: snDPvJlRdgwoh9mcqwK7FxgroIuAqbdxVE6GkeuxcOk
id: bing
label: Bing
url: null
index_now_url: 'https://bing.com/indexnow?url=[url]&key=[key]'
sitemap_variants: { }

View File

@ -0,0 +1,13 @@
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,11 @@
uuid: ad9504a0-5e32-45f0-9e5b-798daa187076
langcode: sl
status: true
dependencies: { }
_core:
default_config_hash: CEvRzshIbGfbSDdfC3_RrIcyIACFbQzIqPK0W2l0LpY
id: index_now
label: IndexNow
url: null
index_now_url: 'https://api.indexnow.org/indexnow?url=[url]&key=[key]'
sitemap_variants: { }

View File

@ -0,0 +1,11 @@
uuid: 30573650-76a3-4240-93ed-df3c7cb5f3e1
langcode: sl
status: true
dependencies: { }
_core:
default_config_hash: H5rVsTF_mIRdWj_oH26Hcc-U8aT3HU8A_mjbkZ_D27s
id: yandex
label: Yandex
url: null
index_now_url: 'https://yandex.com/indexnow?url=[url]&key=[key]'
sitemap_variants: { }

View File

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

View File

@ -3,7 +3,7 @@ _core:
langcode: sl
cache:
page:
max_age: 0
max_age: 180
css:
preprocess: true
gzip: true

View File

@ -3,7 +3,7 @@ _core:
langcode: sl
check:
disabled_extensions: false
interval_days: 1
interval_days: 7
fetch:
url: ''
max_attempts: 2
@ -11,4 +11,4 @@ fetch:
notification:
emails:
- jurij@kompot.si
threshold: all
threshold: security

View File

@ -7,6 +7,7 @@ dependencies:
module:
- comment
- contact
- file
- filter
- search
- shortcut
@ -22,6 +23,7 @@ permissions:
- 'access content'
- 'access shortcuts'
- 'access site-wide contact form'
- 'delete own files'
- 'post comments'
- 'search content'
- 'skip comment approval'

View File

@ -49,6 +49,7 @@ permissions:
- 'delete dogodek revisions'
- 'delete own article content'
- 'delete own dogodek content'
- 'delete own files'
- 'delete own page content'
- 'delete own skupina content'
- 'delete page revisions'

View File

@ -1,7 +1,8 @@
_core:
default_config_hash: uZHsLrDp1ThO0RvupHKcPzLOyVvWexm58JTTHNDo7yc
langcode: sl
display_extenders: { }
display_extenders:
simple_sitemap_display_extender: simple_sitemap_display_extender
skip_cache: false
sql_signature: false
ui:

View File

@ -209,6 +209,15 @@ display:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
operations:
id: operations
table: block_content
@ -291,7 +300,7 @@ display:
access:
type: perm
options:
perm: 'administer blocks'
perm: 'access block library'
cache:
type: tag
options: { }
@ -523,14 +532,15 @@ display:
position: 1
display_options:
display_extenders: { }
path: admin/structure/block/block-content
path: admin/content/block
menu:
type: tab
title: 'Custom block library'
description: ''
title: Blocks
description: 'Create and edit block content.'
weight: 0
expanded: false
menu_name: admin
parent: block.admin_display
parent: system.admin_content
context: '0'
cache_metadata:
max-age: -1

View File

@ -394,6 +394,15 @@ display:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
group_column: value
group_columns: { }
group_rows: true
@ -1272,6 +1281,15 @@ display:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
group_column: value
group_columns: { }
group_rows: true

View File

@ -187,6 +187,15 @@ display:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
operations:
id: operations
table: node

View File

@ -335,6 +335,15 @@ display:
date_format: medium
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
changed:
id: changed
table: file_managed
@ -391,6 +400,15 @@ display:
date_format: medium
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
count:
id: count
table: file_usage

View File

@ -183,6 +183,15 @@ display:
date_format: long
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
pager:
type: mini
options:

View File

@ -145,7 +145,7 @@ display:
value:
min: ''
max: ''
value: '+0 minutes'
value: NOW
type: offset
group: 2
exposed: false
@ -186,11 +186,11 @@ display:
group_type: group
admin_label: ''
plugin_id: datetime
operator: '<='
operator: '>='
value:
min: ''
max: ''
value: '+0 minutes'
value: NOW
type: offset
group: 2
exposed: false
@ -416,7 +416,15 @@ display:
title: Dogodki
defaults:
title: false
display_extenders: { }
display_extenders:
simple_sitemap_display_extender:
variants:
default:
index: true
priority: '0.5'
changefreq: daily
arguments: { }
max_links: 100
path: dogodki
cache_metadata:
max-age: -1

View File

@ -39,7 +39,7 @@ if (file_exists(__DIR__ . $url['path'])) {
// Work around the PHP bug.
$path = $url['path'];
$script = 'index.php';
if (strpos($path, '.php') !== FALSE) {
if (str_contains($path, '.php')) {
// Work backwards through the path to check if a script exists. Otherwise
// fallback to index.php.
do {

View File

@ -35,8 +35,8 @@ AddEncoding gzip svgz
# Enable expirations.
ExpiresActive On
# Cache all files and redirects for 2 weeks after access (A).
ExpiresDefault A1209600
# Cache all files for 1 year after access.
ExpiresDefault "access plus 1 year"
<FilesMatch \.php$>
# Do not allow PHP scripts to be cached unless they explicitly send cache
@ -173,7 +173,13 @@ AddEncoding gzip svgz
# Various header fixes.
<IfModule mod_headers.c>
# Disable content sniffing, since it's an attack vector.
# Disable content sniffing for all responses, since it's an attack vector.
# This header is also set in FinishResponseSubscriber, which depending on
# Apache configuration might get placed in the 'onsuccess' table. To prevent
# header duplication, unset that one prior to setting in the 'always' table.
# See "To circumvent this limitation..." in
# https://httpd.apache.org/docs/current/mod/mod_headers.html.
Header onsuccess unset X-Content-Type-Options
Header always set X-Content-Type-Options nosniff
# Disable Proxy header, since it's an attack vector.
RequestHeader unset Proxy

View File

@ -37,6 +37,13 @@ parameters:
# @default none
# cookie_domain: '.example.com'
#
# Set the SameSite cookie attribute: 'None', 'Lax', or 'Strict'. If set,
# this value will override the server value. See
# https://www.php.net/manual/en/session.security.ini.php for more
# information.
# @default no value
cookie_samesite: Lax
#
# Set the session ID string length. The length can be between 22 to 256. The
# PHP recommended value is 48. See
# https://www.php.net/manual/session.security.ini.php for more information.
@ -213,3 +220,9 @@ parameters:
maxAge: false
# Sets the Access-Control-Allow-Credentials header.
supportsCredentials: false
queue.config:
# The maximum number of seconds to wait if a queue is temporarily suspended.
# This is not applicable when a queue is suspended but does not specify
# how long to wait before attempting to resume.
suspendMaximumWait: 30

View File

@ -256,7 +256,8 @@ $databases = [];
* variable has the same value on each server.
*
* For enhanced security, you may set this variable to the contents of a file
* outside your document root; you should also ensure that this file is not
* outside your document root, and vary the value across environments (like
* production and development); you should also ensure that this file is not
* stored with backups of your database.
*
* Example:
@ -486,6 +487,15 @@ $settings['update_free_access'] = FALSE;
# $settings['file_chmod_directory'] = 0775;
# $settings['file_chmod_file'] = 0664;
/**
* Optimized assets path:
*
* A local file system path where optimized assets will be stored. This directory
* must exist and be writable by Drupal. This directory must be relative to
* the Drupal installation directory and be accessible over the web.
*/
# $settings['file_assets_path'] = 'sites/default/files';
/**
* Public file base URL:
*
@ -550,6 +560,23 @@ $settings['update_free_access'] = FALSE;
*/
# $settings['file_sa_core_2023_005_schemes'] = ['porcelain'];
/**
* Configuration for phpinfo() admin status report.
*
* Drupal's admin UI includes a report at admin/reports/status/php which shows
* the output of phpinfo(). The full output can contain sensitive information
* so by default Drupal removes some sections.
*
* This behaviour can be configured by setting this variable to a different
* value corresponding to the flags parameter of phpinfo().
*
* If you need to expose more information in the report - for example to debug a
* problem - consider doing so temporarily.
*
* @see https://www.php.net/manual/function.phpinfo.php
*/
# $settings['sa_core_2023_004_phpinfo_flags'] = ~ (INFO_VARIABLES | INFO_ENVIRONMENT);
/**
* Private file path:
*
@ -599,7 +626,7 @@ $settings['update_free_access'] = FALSE;
* any added language. (eg locale_custom_strings_de for german).
*/
# $settings['locale_custom_strings_en'][''] = [
# 'forum' => 'Discussion board',
# 'Home' => 'Front page',
# '@count min' => '@count minutes',
# ];
@ -724,6 +751,7 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
*
* @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
*/
# $settings['trusted_host_patterns'] = [];
/**
* The default list of directories that will be ignored by Drupal's file API.