sitegeist / Sitegeist.LostInTranslation

Automatic Translations for Neos via DeeplApi
GNU General Public License v3.0
9 stars 9 forks source link

Disable automatic translation on inlineEditable fields #7

Closed rolandschuetz closed 2 years ago

rolandschuetz commented 2 years ago

Felix will take a look at this issue

As an integrator, I want to disable automatic translation on an inline editable property. Example:

address:
  type: string
  ui:
    inlineEditable: true
    inline:
      editorOptions:
        placeholder: 'Adresse hier eingeben...'
  options:
    automaticTranslation: false