Save in the DB edited Content without Admin-Panel
Posted: Tue Mar 05, 2024 12:43 pm
Hello everyone
I need your help with saving content that has been edited outside the Admin-Panel.
I have developed a NodeJS tool with which I can edit the content of a page.
To do this, the database table Tcms_content_props is simply updated at the appropriate place using SQL. This works perfectly. However, the edited content is only displayed when the page is saved by clicking on the button in the admin panel. I assume that this triggers a hook that synchronizes the page. Is there a way to completely update the page without having to go to the Admin-Panel?
Thank you very much
Kerockx
I need your help with saving content that has been edited outside the Admin-Panel.
I have developed a NodeJS tool with which I can edit the content of a page.
To do this, the database table Tcms_content_props is simply updated at the appropriate place using SQL. This works perfectly. However, the edited content is only displayed when the page is saved by clicking on the button in the admin panel. I assume that this triggers a hook that synchronizes the page. Is there a way to completely update the page without having to go to the Admin-Panel?
Thank you very much
Kerockx