-
Notifications
You must be signed in to change notification settings - Fork 20
Changing Display Contexts to Block Visibility #212
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
base: feature/ECA
Are you sure you want to change the base?
Changing Display Contexts to Block Visibility #212
Conversation
all blocks that were relying on the 'collection' context are now configured under block groups and those block groups are configured with block visibility equivalent to the 'collection' context.
…tarter-site into hackdoc-display-contexts-to-block-visibility
|
@JojoVes good stuff! can you rework this to use the new release with your code change to islandora, https://github.com/Islandora/islandora/releases/tag/2.16.3 ? |
|
This PR is being marked as stale from inactivity and will be automatically closed in 90 days unless further action is taken. If this PR is still relevant please comment. Please also consider attending the weekly Tech Call to discuss the PR |
|
Still relevant. |
|
ping @JojoVes it'd be nice to have this in. Can you get to it? or I can do the patch-ectomy referenced in my earlier comment if you don't have time. |
Requires changes from Islandora/islandora#1084 (currently applied as a patch)
To facilitate block config organization, this is installing and enabling Block Group module as well as moving all Context logic for block placement to be in block visibility instead.
I'm not sure if it would be too heavy-handed to fully remove all the Display Contexts here, so I've opted just to disable them, though I think it would be cleaner to remove them completely.