2019-01-27 17:27:20 +01:00
|
|
|
export default function Hooks() {
|
|
|
|
return {
|
|
|
|
preDraft: [],
|
|
|
|
postDraft: [],
|
|
|
|
preSample: [],
|
|
|
|
postSample: [],
|
|
|
|
preRender: [],
|
2022-02-20 18:45:44 +01:00
|
|
|
postLayout: [],
|
2019-01-27 17:27:20 +01:00
|
|
|
postRender: [],
|
2021-04-24 10:16:31 +02:00
|
|
|
insertText: [],
|
2019-08-03 15:03:33 +02:00
|
|
|
}
|
2019-01-27 17:27:20 +01:00
|
|
|
}
|