#514008: Allow HTML headings in default Filtered HTML text format
seems like a simple preference in accessible api. [x] Make full html default format for roles who have access to it.
#514008: Allow HTML headings in default Filtered HTML text format
seems like a simple preference in accessible api. [x] Make full html default format for roles who have access to it.
Comments
Comment #1
johnbarclay commentedsince in filter.module, the default filter format is the first one available by weight.
The accessible helper module can fix this by rearranging the weight. The patch to core would do the same by changing the weights in filter.install/filter_install()
Comment #2
johnbarclay commentedThis will be in 7.x-1.x-dev in the accessible fixes part of the module.
Comment #3
johnbarclay commentedComment #4
johnbarclay commentedComment #5
mgiffordThis is also useful patch to start with http://drupal.org/node/514008#comment-3499454
Comment #6
mgiffordThis is also useful patch to start with http://drupal.org/node/514008#comment-3499454
Comment #7
mgifford