This page provides the requirements for Optimize CMS integration to work with OpenCities.
Requirements¶
For Optimize integration to work we need the edit URL inside the CMS to look like this:
data-item-id="c6839dc0-ed23-4591-88ef-4f86d21405ed"
If the CMS URL differs from the Domain URL then we need to know the subdomain.
Wrong Ex:¶
domain url: new.domain.tld
cms url: subdomain.opencities.com
generated url: new.admin.opencities.com/... (WRONG)
Generated URL¶
Right Ex:¶
without subdomain
domain url: domain.tld
cms url: subdomain.opencities.com
generated url: subdomain.admin.opencities.com/... (CORRECT)
with subdomain
domain url: new.domain.tld
cms url: subdomain.opencities.com
subdomain: subdomain
generated url: subdomain.admin.opencities.com/... (CORRECT)