Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACS Tools - Tag Maker - Localized Titles #71

Open
davidjgonzalez opened this issue Apr 21, 2016 · 0 comments
Open

ACS Tools - Tag Maker - Localized Titles #71

davidjgonzalez opened this issue Apr 21, 2016 · 0 comments

Comments

@davidjgonzalez
Copy link
Contributor

Localized Titles Converter..

If a default locale is specified, that is used for the [cq:Tag]/jcr:title... so default[Internal Title] en[Title] fr[Titre] {{ my-tag}} would result in

[cq:Tag]@jcr:title=Internal Title
[cq:Tag]@jcr:title.en=Title
[cq:Tag]@jcr:title.fr=Titre

If no default is specifed, the FIRST locale listed will be used as the jcr:title .. so en[Title] fr[Titre] {{my-tag}} would result in...

[cq:Tag]@jcr:title=Title
[cq:Tag]@jcr:title.en=Title
[cq:Tag]@jcr:title.fr=Titre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant