chore(core): Refactor v3 code
This commit is contained in:
parent
f882a26408
commit
200cebf582
27 changed files with 3961 additions and 2633 deletions
|
@ -1,3 +1,9 @@
|
|||
/**
|
||||
* Returns an object holding the defaults hooks structure
|
||||
*
|
||||
* @constructor
|
||||
* @return {object} hooks - The default hooks holding structure
|
||||
*/
|
||||
export function Hooks() {
|
||||
return {
|
||||
preDraft: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue