zammad/app/frontend/shared/components/ObjectAttributes/attributes/AttributeRichtext/index.ts
2026-01-02 15:41:09 +02:00

8 lines
213 B
TypeScript

// Copyright (C) 2012-2026 Zammad Foundation, https://zammad-foundation.org/
import AttributeRichtext from './AttributeRichtext.vue'
export default {
dataTypes: ['richtext'],
component: AttributeRichtext,
}