zammad/app/frontend/shared/components/ObjectAttributes/attributes/AttributeTextarea/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 AttributeTextarea from './AttributeTextarea.vue'
export default {
dataTypes: ['textarea'],
component: AttributeTextarea,
}