Configurable header on the page | Community
Skip to main content
yuriiv54804449
New Participant
August 23, 2016
Solved

Configurable header on the page

  • August 23, 2016
  • 2 replies
  • 1250 views

Hi All,

I need to add the following meta tag to all the pages on my site

<meta name="apple-itunes-app" content="app-id=myAppStoreID"/>

Also It should be possible to

  1. turn on and of that meta tag 
  2. change the app-id when needed (without crx/de)

Thanks in advance,

Yura.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by francisco_ribei

I think you can create a component with a design dialog, so the content will be stored in the Style and all the pages which contains the component and share the same stye would have access. And you can change the value by using the design dialog.

2 replies

kautuk_sahni
Employee
August 24, 2016

Agreeing with @Francisco

It is better to create a component that will accept values from dialog fields. These value will be stored in JCR, so when ever you include this component to the page these properties (Meta Tags) would get reflected there.

Else, directly do changes in crx/de.

~kautuk

Kautuk Sahni
francisco_ribei
francisco_ribeiAccepted solution
New Participant
August 23, 2016

I think you can create a component with a design dialog, so the content will be stored in the Style and all the pages which contains the component and share the same stye would have access. And you can change the value by using the design dialog.