ckstyles icon indicating copy to clipboard operation
ckstyles copied to clipboard

FEATURE: Allow to translate labels

Open dlubitz opened this issue 9 months ago • 0 comments

This PR adds a new feature to translate labels into the Neos UI language. The translation keys get cofigured in the setting with the translation id.

TechDivision:
  CkStyles:
    InlineStyles:
      presets:
        'fontColor':
          label: Vendor.Package:Main:inlinestyles.fontcolor.label
          options:
            'primary':
              label: Vendor.Package:Main:inlinestyles.fontcolor.options.red
              cssClass: 'my-class-red'
            'secondary':
              label: Vendor.Package:Main:inlinestyles.fontcolor.options.green
              cssClass: 'my-class-green'

dlubitz avatar May 21 '25 08:05 dlubitz