Hi all,
Accordingly to documentation
Dependencies for the web resource module. A web resource can depend on other web resource(s) to be available.
Could anyone clarify the meaning? Does it mean that
- Confluence automatically includes required dependency when our web resource is available
- Our resource will be only enabled when the dependency is available in the current context
Some information related to macros auto-convert
<!-- This will ensure the resource is loaded after autoconvert, and only if autoconvert is enabled. --> <dependency>com.atlassian.confluence.plugins.confluence-paste:autoconvert-core</dependency>
It seems that my web resource won’t load if a required dependency is not available.