You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, it would be good if I could easily include CSS link, Javascript script and metadata meta tags in a page. This would be driven by a context-aware configuration and would allow:
an arbitrary number of such tags to be included
defining the type of the tag and its attributes
defining the location of the page where they would be included
possibility to group all paths under same prefix so that they can be easily updated when using long-term caching
Using context-aware resources, the configuration could look like:
…1203)
* Add support for including custom CSS, JS and metadata tags to a page
* Added documentation to component README
* Updated docs and test content
* Updated tests
Fixes#1202
As a developer, it would be good if I could easily include CSS
link
, Javascriptscript
and metadatameta
tags in a page. This would be driven by a context-aware configuration and would allow:Using context-aware resources, the configuration could look like:
The text was updated successfully, but these errors were encountered: