Shared Files
When to Use Shared Files
Folder Structure
MyElementPack.elementsdevpack/
components/
shared/
assets/ # Shared assets (JS, CSS, images, fonts, etc.)
images/ # Subdirectories supported for organization
templates/ # HTML/PHP templates injected into pages
headStart/ # Injected at start of <head>
headEnd/ # Injected at end of <head>
bodyStart/ # Injected at start of <body>
bodyEnd/ # Injected at end of <body>Single Inclusion Behavior
Learn More
Last updated
Was this helpful?

