Closed emacoti closed 5 years ago
This allows to define dependency with other libraries on the component info file. Use the following pattern on the info file of the component:
Add a library dependency that will be a dependency for the component header library.
add_dependencies: header: - core/drupal.ajax
Add a library dependency that will be a dependency for the component footer library.
add_dependencies: footer: - core/drupal.ajax
Closing in favor of #118 that provides more flexibility and an unified way to define libraries.
This allows to define dependency with other libraries on the component info file. Use the following pattern on the info file of the component:
Add a library dependency that will be a dependency for the component header library.
Add a library dependency that will be a dependency for the component footer library.