Functions

A description of some of the functions

By Support | 16 May, 2019

Canvas

The whole site is like a canvas, upon which “blocks” can be placed. These blocks are controlled in the configuration files under

  • /config/_default/params/canvas.xx.toml

where xx = the language.

Tracking the content edit status

To track the edit status of pages, there are several functions

  • Edit and translation status flags on each content page
  • Admin page /admin/editor-status showing the edit and translation status
  • Info “Content Status Message” block which pops up for the user on unfinished pages.
  • ToDo block and Edit comments on each page
  • Admin page /admin/list-of-todo-notes listing all the todos which have been noted on a page.

Content Status Message

The “content status msg” is a block which tells the user if a piece of content is not yet finished i.e. not “published” or “translated”.

It will automatically show up in the sidebar.

Configuration

The messages can be individually configured by the user under

  • /content/admin/config/canvas/sidebar/content-status-msg

The block function can be actived in the canvas configuration files.