I am trying to implement web page builder in Umbraco. I am currently using tinyMCE rich text editor but it has very limited features and some of the features doesn't work. In tinyMCE fontSize, fontColor and fontFamily are not working for me. I want to add additional features also like adding background image, setting font styles, adding custom css and javascripts .If there are some other editors or Umbraco package that provide features as per my requirements then you may suggest.
There is not one package that does all you want, and i think you're looking in the wrong place if you're using tinyMCE for layout.
Its possible to define styles for use in tinymce. Defines them in the styles folder and select the css file in the tinyMCE datatype.
Im not 100% sure about what you mean by "Web page builder", but maybe look into the built in grid data type or nested content for building page structure.
Page Builder in Umbraco.
Hello all,
I am trying to implement web page builder in Umbraco. I am currently using tinyMCE rich text editor but it has very limited features and some of the features doesn't work. In tinyMCE fontSize, fontColor and fontFamily are not working for me. I want to add additional features also like adding background image, setting font styles, adding custom css and javascripts .If there are some other editors or Umbraco package that provide features as per my requirements then you may suggest.
Thank You.
There is not one package that does all you want, and i think you're looking in the wrong place if you're using tinyMCE for layout.
Its possible to define styles for use in tinymce. Defines them in the styles folder and select the css file in the tinyMCE datatype.
Im not 100% sure about what you mean by "Web page builder", but maybe look into the built in grid data type or nested content for building page structure.
+1 for grid, here's some documentation: https://our.umbraco.com/documentation/getting-started/backoffice/property-editors/built-in-property-editors/grid-layout/
You can define layouts by rows and columns, add custom grid widgets, add row and column configuration for colors, background image, etc.
If you're willing to wait or invest a bit in the future, scroll down to the "Block Editor" section on the Umbraco Roadmap page, and follow the link there to https://github.com/umbraco/rfcs/pull/12.
-Tor
is working on a reply...