Tjackson2113/issue 1139 gin set toolbar style to vertical#159
Closed
tjackson2113 wants to merge 16 commits into
Closed
Tjackson2113/issue 1139 gin set toolbar style to vertical#159tjackson2113 wants to merge 16 commits into
tjackson2113 wants to merge 16 commits into
Conversation
adding missing config for paragraph cta
Remove the Giving Fund and Fund Listing Page content types config
Remove modules no longer needed in the ILFW
Update feature split paragraph view display Fixes issue web-illinois/illinois_framework_theme#1056 and web-illinois/illinois_framework_theme#1099
…-use-summary-for-hvrbox-card-preview-text Feature/magjarvis/issue 143 use summary for hvrbox card preview text
Contributor
|
Closing, PR #162 is replacing this PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/**
*/
function illinois_framework_core_update_9951() {
// Ensure core toolbar module is enabled.
if (!\Drupal::moduleHandler()->moduleExists('toolbar')) {
\Drupal::service('module_installer')->install(['toolbar']);
}
// Update Gin configuration.
$config = \Drupal::configFactory()->getEditable('gin.settings');
$config->set('classic_toolbar', TRUE);
// Optional: explicitly disable experimental toolbar if present.
if ($config->get('enable_gin_toolbar') !== NULL) {
$config->set('enable_gin_toolbar', FALSE);
}
$config->save(TRUE);
}
switches Gin Toolbar settings to Classic as our standard, disables the experimental as well as ensuring the Gin toolbar dependency, Toolbar, is installed.
Why my history is all wrecked, beyond me today. This should not have 16 commits involved; working through why.