-
Notifications
You must be signed in to change notification settings - Fork 25
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
Few things #103
Comments
Add the following to your Config Options: {
"link": {
"decorators": {
"isExternal": {
"attributes": {
"rel": "noopener noreferrer",
"target": "_blank"
},
"label": "Open in a new tab",
"mode": "manual"
}
}
}
}
You can choose which image transforms should be available to the editor from the field settings, under the Assets section.
I’ve just included TableProperties and TableCellProperties in the core build (3426ecd). You will still need to configure them manually, though: {
"table": {
"contentToolbar": [
"tableRow",
"tableColumn",
"mergeTableCells",
"|",
"tableProperties",
"tableCellProperties"
],
"tableCellProperties": {
"backgroundColors": [
{
"color": "hsl(120, 75%, 60%)",
"label": "Green"
}
]
}
}
}
Templates is a premium CKEditor plugin, which requires an enterprise license to access, which we don’t currently have. In the future, please post these as individual Q&A discussions / Idea discussions depending on their nature. (Issues should only be used for actual bug reports – which none of these points are.) |
Hey :)
1. Dont see how is posiblle for links to Open in new window
2. New image transform is great, but when i add other image options in config, transform do not show
I think all this option would be great by deafult..
"image": { "toolbar": [ "imageStyle:inline", "imageStyle:wrapText", "imageStyle:breakText", "|", "toggleImageCaption", "imageTextAlternative"
3. Is it posiblle to add all table options by deafult. Tableproperties, Cellproperties
Tableproperties, Cellproperties
4. How to add for example Template button. .
Thx
Additional info
Craft version: Craft Pro 4.4.11
Plugins & versions: CKEditor | 3.4.0
The text was updated successfully, but these errors were encountered: