-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9610 from ckeditor/table-cell-default-properties
Feature (table): Support for the default table cell properties. MINOR BREAKING CHANGE (table): Classes `TableCellHorizontalAlignmentCommand`, `TableCellVerticalAlignmentCommand`, `TableCellBackgroundColorCommand`, `TableCellBorderColorCommand`, `TableCellBorderStyleCommand`, `TableCellBorderWidthCommand`, `TableCellHeightCommand`, `TableCellPropertyCommand`, `TableCellWidthCommand`, `TableCellPaddingCommand` require the second argument called `defaultValue` which is the default value for the command. MINOR BREAKING CHANGE (table): The `TableCellPropertiesView` class requires additional property in the object as the second constructor argument (`options.defaultTableCellProperties`). MINOR BREAKING CHANGE (table): The `upcastBorderStyles()` conversion helper requires the third argument called `defaultBorder`. An object that defines default border (`width`, `color`, `style`) definitions.
- Loading branch information
Showing
38 changed files
with
2,040 additions
and
196 deletions.
There are no files selected for viewing
10 changes: 8 additions & 2 deletions
10
packages/ckeditor5-table/docs/_snippets/features/table-default-properties.html
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
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.