Skip to content

Commit

Permalink
D8CORE-7670: allow all language options in ckeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Dec 9, 2024
1 parent c2be7e9 commit 475ec65
Show file tree
Hide file tree
Showing 5 changed files with 372 additions and 318 deletions.
2 changes: 1 addition & 1 deletion config/sync/editor.editor.stanford_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ settings:
async_metadata: true
recommended_enabled: false
ckeditor5_language:
language_list: un
language_list: all
ckeditor5_list:
properties:
reversed: true
Expand Down
2 changes: 1 addition & 1 deletion themes/stanford_basic/dist/css/ckeditor5.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions themes/stanford_basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
5 changes: 5 additions & 0 deletions themes/stanford_basic/src/scss/ckeditor5.scss
Original file line number Diff line number Diff line change
Expand Up @@ -303,3 +303,8 @@
}
}
}

ul[aria-label="Language"] {
max-height: 250px;
overflow-y: scroll;
}
Loading

0 comments on commit 475ec65

Please sign in to comment.