From 73b9aa0cb74f3893214c239e5ef963767ccf9530 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Fri, 3 Mar 2023 11:33:09 -0400 Subject: [PATCH] Let site (starter or otherwise) set media urls. --- post-install.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/post-install.yml b/post-install.yml index 9105689f..32b11cc7 100644 --- a/post-install.yml +++ b/post-install.yml @@ -46,9 +46,6 @@ - name: Set JSONLD Config command: "{{ drush_path }} --root {{ drupal_core_path }} -y cset --input-format=yaml jsonld.settings remove_jsonld_format {{ drupal_jsonld_remove_format }}" - - name: Set media urls - command: "{{ drush_path }} --root {{ drupal_core_path }} -y cset --input-format=yaml media.settings standalone_url true" - - name: Set iiif url command: "{{ drush_path }} --root {{ drupal_core_path }} -y cset --input-format=yaml islandora_iiif.settings iiif_server {{ openseadragon_iiiv_server }}"