-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make islandora_search theme independent #1100
Comments
I'm reading this as "Remove the block yml and add install instructions / point to documentation". |
Hmm, ok. No, sample block is good. Seems like there is no way to define a block without tying to a theme, is that correct? Simply adding islandora_search to here https://github.com/Islandora-Devops/claw-playbook/blob/master/inventory/vagrant/group_vars/webserver/drupal.yml#L48 does not work, because it needs carspace theme. We would have to enable it after here: https://github.com/Islandora-Devops/claw-playbook/blob/master/roles/internal/webserver-app/tasks/drupal.yml#L47, which is not clean, but should work. Or we can leave it un installed! |
This issue has been addressed. |
This block is dependent on carspace theme. However, when we try to enable drupal modules, the theme is not installed.
The block should not be dependent on theme. The block should be made available, and the user would have to place it in an existing region.
The text was updated successfully, but these errors were encountered: