Skip to main content

Joomla


For Monsido's CMS integration to work

Requirements

Page Requirements

  • html element needs to have a class with pattern pageid-XXX
<html class=”pageid-123”>

CMS Settings

  • None

Optional

CMS Settings

  • url_structure with value original or alternative that creates a minor variaton to generate to the correct CMS url given the customer setup.

Generated URL

http(s)://domain.tld/administrator/index.php?option=com_content&view=article&layout=edit&id=#{id}"

If url_structure has value alternative then

http(s)://domain.tld/administrator/index.php?option=com_content&task=article.edit&id=#{id}"