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

Label not overwrite [klaro.poweredBy] #43

Open
Pravin0711 opened this issue Jun 7, 2024 · 1 comment
Open

Label not overwrite [klaro.poweredBy] #43

Pravin0711 opened this issue Jun 7, 2024 · 1 comment

Comments

@Pravin0711
Copy link

I am using typo3 version 11.5 and extension version 4.0.4. I want to changed poweredBy label and for this i am using below typoscript.

plugin.tx_wecookieconsent_pi1 {
	_LOCAL_LANG {
		default {
			klaro.poweredBy = Bereitgestellt von Ihrer Firma
		}
		de {
			klaro.poweredBy = Bereitgestellt von Ihrer Firma
		}
	}
}

But it's not working. can you help me out here? how can i changed this labels?

@instruccionesaldorso
Copy link

I think I had this issue some time ago and the only solution I could find is this:

config.tx_extbase._LOCAL_LANG {
  default.klaro {
    consentModal\.title = Cookies settings
    poweredBy = example.com
  }
  de.klaro {
    consentModal\.title = Cookies Einstellungen
    poweredBy = example.com
  }

I hope this workaround helps.

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

2 participants