Closed GoogleCodeExporter closed 9 years ago
This could be added manually in the source view, but that's not really
comfortable or practicable for customers.
Original comment by drachenz...@gmail.com
on 26 Jun 2012 at 5:03
I complained about the missing attributes as well.
you can fix this in your ckeditor config
admin/template/js/ckeditor/config.js
comment out the lines that say
advTab.remove( 'advTitle' );
for example.
It is preffered that you create your own config and specifty that in your
gsconfig.
Copy that file and put it in your theme, make your changes there.
Then add this to your gsconfig to reflect where you put it.
define('GSEDITOROPTIONS',
customConfig : '../../../../theme/inovation/assets/js/cke_custom.js'
");
Original comment by tablatronics
on 29 Jun 2012 at 3:28
Title is not a required field, and its use is somewhat controversial with
regards to SEO and accessibility.
Since this can be customer tweaked through configuration as I stated above it
will not be fixed.
Original comment by tablatronics
on 18 Jul 2012 at 4:15
This was unexpected.
I can live with a bug or feature request being rejected with valid reasons, but
this is not even remotely funny.
You're removing an omniscient HTML attribute and having customers jump through
config file loops in order to get it back.
<shakes head>
Original comment by drachenz...@gmail.com
on 18 Jul 2012 at 6:12
Original issue reported on code.google.com by
drachenz...@gmail.com
on 26 Jun 2012 at 4:56