Is it possible to create components (example: vue.js or other front-end technologies) that are files that are updated when you modify the root file?
Example:
Let’s say I have 5 pages and they all have a footer component, when I want to update the footer just modify it and all the other pages will update automatically.
Hi @guilhermemig17,
Yup - I’m sending you a link on Master pages and Components. You can have a footer as a component, update the original instance, and all the others can then be updated. Parts of components can be marked as changeable - say a page name, so that they don’t have to be identical on every page.
Let me know if something isn’t clear and needs more explanation.
Cheers,
Bob