On 5/2/2020 at 7:21 AM, D. Tengler said:I already gave you the instructions.
Creating a module is not a problem.
Thanks, but it is not the same problem. I need to create "CMS page" with no controller
Something like:
$cms = new CMS //to create page automatically
$cms->link_rewrite; //add url link, etc
$cms->add();
Do you know something about it? I saw there is a CMS class, but I didn't find the instructions about it