Files
Unify/application/demo/comment/create/comment.create.body.js

16 lines
261 B
JavaScript
Raw Permalink Normal View History

2025-12-25 11:16:59 +01:00
import commentBody from '../comment.body.js';
import textarea from '/elements/textarea.js';
export default class commentEditBody extends commentBody, textarea{
useCustomElement = true;
height = "97px";
placeholder = "Message";
}