This page provides the requirements for Web Governance CMS integration to work with Joomla.
Requirements¶
Page Requirements¶
html element needs to have a class with pattern pageid-XXX
<html class=”pageid-123”>
CMS Settings¶
Optional¶
CMS Settings¶
url_structure with value original or alternative that creates a minor variation 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}"