Problem/Motivation
When inserting a grid for the first time, the current default option is "None (advanced)" which does not insert any column classes. It could be argued that if a content editor is using the grid functionality they at least are looking for some sort of column classes.

Steps to reproduce
Insert new grid.
Proposed resolution
It would be ideal to default to "Equal Width" for most cases.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3208113-allow-default.patch | 10.46 KB | b_sharpe |
| #3 | ckeditor_bs_grid-default_equal_width-3208113-3.patch | 607 bytes | chrissnyder |
Issue fork ckeditor_bs_grid-3208113
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
chrissnyderCorresponding patch file
Comment #4
b_sharpe commentedI think this is a great idea, but I think it should be configurable as a default.
I'm going to delay this at the moment in favor of #3193368: Allow Layout Configuration Then once you can configure the layouts, we can also have a configurable set of defaults.
Comment #5
b_sharpe commentedThis can now be achieved in 2.0.x; however, it is done by making the first option your default and I feel might be better served by allowing an actual "default". Setting to needs work.
Comment #6
b_sharpe commentedAdds patch for table drag that allows default settings.
Comment #7
gordonio commentedComment #9
b_sharpe commentedThanks both!