Expand my Community achievements bar.

SOLVED

Configurable header on the page

Avatar

Level 3

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.

 

1 Accepted Solution

Avatar

Correct answer by
Level 6

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 6

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.

Avatar

Administrator

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