Setting title dynamically in component - How to? #1056
Unanswered
helmutkaufmann
asked this question in
Q&A
Replies: 1 comment
-
|
@helmutkaufmann I'd recommend trying out the Winter.SEO plugin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my layout file for use in a CMS page, I have the following line
I would like to dynamically set
this.page.settings.meta_descriptionin a plugin's component I have written and basically set it to one of the parameters passed to the page the component is on (usinginput("p")). I seem not to be able where to add that to the component's code so it gets executed before the page is rendered. I have gone through the page execution lifecycle manual pages but still... to no avail.Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions