-
-
Notifications
You must be signed in to change notification settings - Fork 583
set*Directory Configuration API methods #1503
Copy link
Copy link
Closed
Labels
enhancementfavoriteVanity label! We like this enhancement request a lot.Vanity label! We like this enhancement request a lot.feature: 🛠 configurationRelated to Eleventy’s Configuration fileRelated to Eleventy’s Configuration file
Milestone
Metadata
Metadata
Assignees
Labels
enhancementfavoriteVanity label! We like this enhancement request a lot.Vanity label! We like this enhancement request a lot.feature: 🛠 configurationRelated to Eleventy’s Configuration fileRelated to Eleventy’s Configuration file
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
There’s no a corresponding method for the
dirconfiguration property.Describe the solution you'd like
Adding a
setDirectories(or something like that) configuration method.Describe alternatives you've considered
Using the existing property.
Additional context
I’d like to only use methods for consistency.
Also see #1502 for
{data,markdown,html}TemplateEngine.