-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'docroot/profiles/lagunita/sul_profile/' changes from c2be7e…
…98..9c912cf7 9c912cf7 Drupal 11.4 update eee0f5cc D8CORE-7533: Change to the Quote style in the wysiwyg a5c9a105 Fixup citation entity config export ea7d466f Updated environment indicator settings after update b3a131fc Update linkit module (#834) dc29ebd2 D8CORE-7664: add gutters to accordions on full width 8ebcf8f8 D8CORE-7668: Adjust skip secondary nav anchor link 475ec657 D8CORE-7670: allow all language options in ckeditor git-subtree-dir: docroot/profiles/lagunita/sul_profile git-subtree-split: 9c912cf77f63bae2e112f4fb930aa7e4c5e3b399
- Loading branch information
Showing
18 changed files
with
429 additions
and
329 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
|
||
/** | ||
* Test for the basic page content type. | ||
* | ||
* @group basic-page | ||
*/ | ||
class BasicPageParagraphsCest { | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,16 +23,16 @@ | |
"element-qsa-scope": "^1.1.0", | ||
"es6-object-assign": "^1.1.0", | ||
"filemanager-webpack-plugin": "^8.0.0", | ||
"mini-css-extract-plugin": "^2.9.1", | ||
"mini-css-extract-plugin": "^2.9.2", | ||
"node-sass": "^9.0.0", | ||
"optimize-css-assets-webpack-plugin": "^6.0.1", | ||
"postcss-loader": "^8.1.1", | ||
"postcss-preset-env": "^10.0.8", | ||
"sass-loader": "^16.0.2", | ||
"postcss-preset-env": "^10.1.1", | ||
"sass-loader": "^16.0.4", | ||
"style-loader": "^4.0.0", | ||
"webpack": "^5.96.0", | ||
"webpack": "^5.97.1", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-remove-empty-scripts": "^1.0.4" | ||
}, | ||
"packageManager": "[email protected].1" | ||
"packageManager": "[email protected].3" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -303,3 +303,8 @@ | |
} | ||
} | ||
} | ||
|
||
ul[aria-label="Language"] { | ||
max-height: 250px; | ||
overflow-y: scroll; | ||
} |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.