We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 156e141 + 5f869f1 commit 9844f30Copy full SHA for 9844f30
docs/@v2/custom-plugins/custom-decorators.md
@@ -211,6 +211,8 @@ decorators:
211
plugin2/decoratorC: on
212
```
213
214
+The execution order in this case is: `plugin2/decoratorC` -> `plugin1/decoratorB` -> `plugin1/decoratorA`.
215
+
216
## Preprocessors
217
218
For detailed information about preprocessors, see the [preprocessors configuration reference](../configuration/reference/preprocessors.md).
0 commit comments