From d593dbfc0d0a4ea619f9595ef3ae591dc450dbf2 Mon Sep 17 00:00:00 2001 From: ajstanley Date: Mon, 17 Jun 2024 19:24:55 -0300 Subject: [PATCH] minor changes to front page content --- .env | 2 +- drupal/rootfs/var/www/drupal/assets/patches/olivero.theme | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 5259d35..5c5b435 100644 --- a/.env +++ b/.env @@ -30,7 +30,7 @@ CONSISTENCY=delegated ISLANDORA_REPOSITORY=islandora # The version of the isle-buildkit images to use. -ISLANDORA_TAG=3.2.4 +ISLANDORA_TAG=3.2.7 # The Docker image repository, to push/build for custom images from. REPOSITORY=islandora diff --git a/drupal/rootfs/var/www/drupal/assets/patches/olivero.theme b/drupal/rootfs/var/www/drupal/assets/patches/olivero.theme index 21ab7a0..f857aa0 100644 --- a/drupal/rootfs/var/www/drupal/assets/patches/olivero.theme +++ b/drupal/rootfs/var/www/drupal/assets/patches/olivero.theme @@ -28,12 +28,12 @@ function olivero_preprocess_region__content_above(&$variables) {
$install_progress_message

Islandora Sandbox

-

Welcome to the Islandora Community! (Note that all communication in Islandora is subject to our code of conduct).

+

Welcome to the Islandora Community! (Note that all communication in Islandora is subject to our code of conduct).

This demo is loaded with sample content and configurations to demonstrate features of Islandora and provide a starting point for development.  Additional information is provided on the Islandora Website.

-

The Islandora Google groups mailing list is open to Islandora users who connect to share information. Join Islandora Slack to ask questions and learn more about community events where you can learn more about Islandora. Drupal also maintains a Slack community where you can ask more general questions about Drupal configuration

-

We welcome you to visit and edit Islandora documentation or submit issues and code to Islandora via repositories in our Github organization.

+

The Islandora Google groups mailing list is open to Islandora users who connect to share information. Join Islandora Slack to ask questions and learn more about community events where you can learn more about Islandora. Drupal also maintains a Slack community where you can ask more general questions about Drupal configuration

+

We welcome you to visit and edit Islandora documentation or submit issues and code to Islandora via repositories in the Islandora Github organization

Thanks, and happy building!

-

Learn more about Sandbox and get the credentials on our community wiki.

+

Learn more about Sandbox and get the credentials on the Islandora-community wiki.

HTML; $variables['content'] = \Drupal\Core\Render\Markup::create($html);