index.ts 213 B

12345678
  1. // Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. import AttributeRichtext from './AttributeRichtext.vue'
  3. export default {
  4. dataTypes: ['richtext'],
  5. component: AttributeRichtext,
  6. }