Start SheetV2 & fields
This commit is contained in:
8
module/common/common-template.mjs
Normal file
8
module/common/common-template.mjs
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* class describing common methods implemented by template parts,
|
||||
* used for sheet/models/documents
|
||||
*/
|
||||
export default class CommonTemplate {
|
||||
fields() { }
|
||||
async prepareContext(item) { }
|
||||
}
|
Reference in New Issue
Block a user