Creation of dummy content
Opened this issue · 1 comments
Hi all, i am using articulate version 5.0.0.
I have migrated this to umbraco cloud version 13.
I have a problem where every time i clone down umbraco cloud project to work on locally and run it for the first time, Articulate creates an Articulate node in the content tree and adds dummy articles.
When this happens it creates new uda files causing schema mismatch untill they are committed and pushed to source control to be deployed on cloud.
Is there anyway to stop the creation of this dummy content in the content tree?
Thanks :)
Hi, would need some investigation into Umbraco for that. The content population is done via the normal Umbraco packaging system. IIRC, the packaging system works by adding a row to the DB to indicate that a package is installed. If that row doesn't exist, then it thinks the package is not installed and will proceed with installation. Perhaps there is a way to turn off auto-package installation and only rely on it to manually be triggered in the back office.