Post Closed
88
Views
2
Comments
Solved
[Liverpool Template] Custom Layout
Question
liverpool-template
Web icon
Forge asset by OutSystems
What is the recommended process to have a custom liverpool screen layout?

With Liverpool Theme we get one Layout, LiverpoolBase\Layout_Liverpool.
We want to use Liverpool but make some changes to the layout (add some placeholders) or just create a new one.

How can we do this without breaking everyting and still be able to install future updates?
The changes must be done directly in the Liverpool Template application?

Thanks.
2018-05-03 15-48-34
Samuel Jesus
Staff
Solution
Hello Carlos,

Sorry for the late reply.
In order to be able to install future updates, you should keep you Silk UI framework and Theme Applications without changes. This includes the Template modules.

So, the correct way to do it, is to copy the layout to your own application/Template and do the necessary changes to it there.

Please keep in mind that on future upgrades, you should always check/test if there were changes to the original Layout/Theme that you copied, so that you can get the new changes without causing issues on your application.

Best Regards,
Samuel Jesus
2018-11-23 09-43-46
Carlos Henriques
Thanks Samuel :)