The community member has a FooterStatic component with a lang property defined as JSON. When the component is copied to another page, the lang property is transformed into an object, causing issues. The community member originally wanted to use slots but has now resorted to hard-copying header and footer components to every page, which is not working well.
Another community member suggests that the issue is similar to the problem with slots, where the "system is different variable on every page". They advise the original poster to update the component after copying it to each page.
The original poster acknowledges the quick reply and thanks the other community member.
Hello, I have this FooterStatic component with with binding defined with lang: JSON.
If I copy it to another page, part of the path in expression editor is lost - the lang is transformed to an object so it does not apply anywhere.
Can you please help me with it? Thanks!
Originaly we wanted to use slots, but now we ditched slots and we are hard copying header a and footer components to every page. But we are not lucky π