Skip to content

Are TableProperties and/or TableCellProperties included? #115

Closed Answered by i-just
angieherrera asked this question in Q&A
Discussion options

You must be logged in to vote

TableProperties, TableCellProperties, TableColumnResize are not currently included in the Craft’s build of CKEditor, but TableCaption is.

To have TableCaption button show (along with the default table row, table column and merge buttons), you need the following in your config:

"table": {
  "contentToolbar": [
    "toggleTableCaption",
    "tableRow",
    "tableColumn",
    "mergeTableCells"
  ]
}

I just raised a PR (#117) to add TableProperties, TableCellProperties too. As with TableCaption, they won’t show by default, but you’ll be able to include them by adding "tableProperties", "tableCellProperties" to the table > contentToolbar config.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@brandonkelly
Comment options

Answer selected by brandonkelly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants