For those who are looking for the answer, don't need to add any additional config in any of the config files, you can easily config this in the grid's prevalue editor
The options for the rich text editor for the grid layout are not the same as the pre-configured rich text editor data type. I think you might be looking at the wrong data type from what I am seeing in your screen shots. To change the toolbar for the grid layout data type rich text editor you need to go to the Grid Layout data type. Have a look at that data type in the developer section and you will find the toolbar options near the bottom.
Thank you! This was exactly my problem. I was trying to configure the "Rich Text Editor" data type, but what I should have been configuring was the "Content Base - Content - Grid layout" data type. I was working on a "Content Page" in the Umbraco Sample Site on my PC.
Configure rich text editor toolbar for grid use
Hi,
I want to limit the number of toolbar options in specific situations for use in the grid? Anyone any pointers on where to configure those?
I tried to change the grid.editors.config.js to include
on the element with alias "rte", but doesn't seem to make a diff?
Anyone any clue what to do?
For those who are looking for the answer, don't need to add any additional config in any of the config files, you can easily config this in the grid's prevalue editor
Hi,
when i change settings for my rte, the dont show up. do i need to do something special?
Hi Peter,
Did you have a look at the source of the built-in rte grid editor
Maybe you can reuse some of their code ;
View : https://github.com/umbraco/Umbraco-CMS/blob/dev-v7/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/rte.html
As far as I can see they decorate a div with grid-rte directive and the set configuration attribute as well
Controller :https://github.com/umbraco/Umbraco-CMS/blob/dev-v7/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/rte.controller.js
Dave
jesus, is that the only way? Shouldnt it just be to change the settings for RTE in Datatypes, and update some cache or similar.
I was looking for thgis:
The options for the rich text editor for the grid layout are not the same as the pre-configured rich text editor data type. I think you might be looking at the wrong data type from what I am seeing in your screen shots. To change the toolbar for the grid layout data type rich text editor you need to go to the Grid Layout data type. Have a look at that data type in the developer section and you will find the toolbar options near the bottom.
Thank you! This was exactly my problem. I was trying to configure the "Rich Text Editor" data type, but what I should have been configuring was the "Content Base - Content - Grid layout" data type. I was working on a "Content Page" in the Umbraco Sample Site on my PC.
is working on a reply...