klaro-js icon indicating copy to clipboard operation
klaro-js copied to clipboard

Feature request: Make the arrows changeable via config

Open LukeWCS opened this issue 4 years ago • 0 comments

Hello

We (several phpBB admins) would like to be able to change the arrows in the config UI. We have to change this directly in the minified version every time Klaro is updated, which is both cumbersome and error-prone. There is no clear solution to this problem.

It would be extremely helpful if we simply had 2 new variables available in the configuration where we can change that.

Examples for config.js:

	cmModalUnfoldLabel: '▼',
	cmModalFoldLabel: '▲',

or

	cmModalUnfoldLabel: '(unfold)',
	cmModalFoldLabel: '(fold)',

LukeWCS avatar Apr 27 '21 12:04 LukeWCS