Skip to content

Commit

Permalink
chore(#542): update drupal
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Oct 6, 2022
1 parent cdde5c6 commit 762b5a4
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 27 deletions.
8 changes: 4 additions & 4 deletions docs/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"cweagans/composer-patches": "^1.7",
"drupal-tome/tome_drush": "dev-master",
"drupal/coffee": "^1.2",
"drupal/core-composer-scaffold": "9.4.5",
"drupal/core-project-message": "9.4.5",
"drupal/core-recommended": "9.4.5",
"drupal/core-composer-scaffold": "9.4.7",
"drupal/core-project-message": "9.4.7",
"drupal/core-recommended": "9.4.7",
"drupal/decoupled_router": "2.0.3",
"drupal/druxt": "^1.1.1",
"drupal/geshifilter": "^2.0@beta",
Expand All @@ -37,7 +37,7 @@
"drush/drush": "^11.1"
},
"require-dev": {
"drupal/core-dev": "9.4.5"
"drupal/core-dev": "9.4.7"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
44 changes: 22 additions & 22 deletions docs/drupal/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ tips:
body: 'Este sitio web de ejemplo proporciona una colección de artículos y recetas que demuestran cómo el contenido se puede administrar fácilmente de una forma flexible y estructurada.'
umami-front-views:
label: 'Configurando la visualización del contenido'
body: 'Los modos de visualización se pueden configurar para proporcionar diferentes presentaciones de contenido. Estos artículos y recetas promocionados utilizan la función de modos de visualización para formatear las imágenes con diferentes proporciones.'
umami-views:
label: 'Visualizando contenido con vistas'
body: 'Drupal facilita la creación de listas de contenido filtrado y el control de cómo se muestra el contenido mediante la función Vistas. Este ejemplo de últimas recetas utiliza una vista para obtener las cuatro recetas más recientes, muestra la vista como un bloque que se posiciona en la primera página con el sistema de bloques.'
front-bookend:
label: 'Continúe explorando Drupal'
Expand Down
9 changes: 9 additions & 0 deletions docs/drupal/config/sync/language/es/views.view.frontpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@ display:
content: 'Todavía no se ha creado contenido para la portada.'
title:
title: 'Bienvenido a [site:name]'
header:
area:
content:
value: '<p class="text-align-center">Explore recetas para cada tipo de ocasión, ingrediente y nivel de habilidad.</p>'
feed_1:
display_title: 'Canal de noticias'
page_1:
display_title: Página
display_options:
header:
area:
content:
value: '<p class="text-align-center">Explore recetas para cada tipo de ocasión, ingrediente y nivel de habilidad</p>'
15 changes: 15 additions & 0 deletions docs/drupal/web/sites/default/default.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,21 @@ parameters:
# Disabling the Twig cache is not recommended in production environments.
# @default true
cache: true
# File extensions:
#
# List of file extensions the Twig system is allowed to load via the
# twig.loader.filesystem service. Files with other extensions will not be
# loaded unless they are added here. For example, to allow a file named
# 'example.partial' to be loaded, add 'partial' to this list. To load files
# with no extension, add an empty string '' to the list.
#
# @default ['css', 'html', 'js', 'svg', 'twig']
allowed_file_extensions:
- css
- html
- js
- svg
- twig
renderer.config:
# Renderer required cache contexts:
#
Expand Down

0 comments on commit 762b5a4

Please sign in to comment.