I want to have site available under route /answers
, I've made the service, twig file and remove it from fixtures from static pages. Now it disappear from Sonata Page Site Builder in CMS.
How do I add a new page ?
Asked
Active
Viewed 815 times
1

Chrzanek
- 197
- 3
- 15
-
I think you need to update your routes using the command `sonata:page:update-core-routes --site=all` – lordrhodos Jun 27 '17 at 13:58
1 Answers
0
Create your custom action, and register them in service, then add template and do all woth you need: red off documentation, it's help me

Maxim Strutinskiy
- 521
- 4
- 18
-
Thanks for repeating the documentation, but that doesn't really answer the question. – Christian Mar 07 '18 at 13:28