First commit
This commit is contained in:
16
application/demo/comment/create/comment.create.body.js
Normal file
16
application/demo/comment/create/comment.create.body.js
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
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";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user