DropIn

Component ID

1078406

Component name

DropIn

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1118

Component created

Component changed

Component body

The DropIn module allows site developers/administrators to add path based CSS and JS files to their site.

Example
When a visitor requests www.example.com/news/articles/issue-1, the module will look for the next css files in the theme directory:

news.css - styles all pages under news/
news.articles.css - styles all pages under news/articles/
news.articles.issue-1.css - only styles the page issue-1

When the module finds any of these files, it adds them to the of the page.
The above example applies to CSS as well as to JavaScript files.