Joomla
For Monsido's CMS integration to work
Requirements
Page Requirements
html
element needs to have a class with patternpageid-XXX
<html class=”pageid-123”>
CMS Settings
- None
Optional
CMS Settings
url_structure
with valueoriginal
oralternative
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}"