First commit
This commit is contained in:
11
application/demo/edit/news.edit.title.js
Normal file
11
application/demo/edit/news.edit.title.js
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
import newsTitle from '../news.title.js';
|
||||
|
||||
import input from '/elements/input.js';
|
||||
|
||||
|
||||
export default class newsEditTitle extends input, newsTitle{
|
||||
|
||||
placeholder = "Title";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user