File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,17 @@ export default {
4444}
4545```
4646
47- hooks
47+ ### Hooks
4848
49- Hooks are strings that define an entry point for your extension components
50- Each hook points to an array of objects which declare:
51-
52- * **component**: the Vue component to render.
53- * weight: order of the component in a list. The higher the component's weight, the further it "sinks" down (or right) in the list.
54-
55- One module can provide components for more than one hooks.
49+ Hooks are strings that define an entry point for your extension components
50+ Each hook points to an array of objects which declare:
5651
52+ * ** component** : the Vue component to render.
53+ * ** weight** : order of the component in a list. The higher the component's weight, the further it "sinks" down (or right) in the list.
54+
55+ One module can provide components for more than one hooks.
56+
57+ ### Extension points
5758There is an ` <extensionpoint> ` tag in your project available now:
5859
5960``` html
You can’t perform that action at this time.
0 commit comments