I edited "themes\third_party\reedactor\reedactor.js" with formattingAdd otpions like underneath. The fieldtype is still loaded but not with the additional styles.
$(document).ready(function() {
$('.reedactor').redactor({
formattingAdd: [{
tag: 'div',
title: 'Demoblock',
class: 'demo',
clear: true
}]
});
});
I edited "themes\third_party\reedactor\reedactor.js" with formattingAdd otpions like underneath. The fieldtype is still loaded but not with the additional styles.
$(document).ready(function() {
$('.reedactor').redactor({
formattingAdd: [{
tag: 'div',
title: 'Demoblock',
class: 'demo',
clear: true
}]
});
});