Skip to content

Commit

Permalink
Let site (starter or otherwise) set media urls.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel authored and seth-shaw-asu committed Mar 15, 2023
1 parent 06831fa commit 1c34012
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions post-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand Down

0 comments on commit 1c34012

Please sign in to comment.