Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #990 [Feature] Add options expansion to Add Lines Configurati…
…on (mnocon) This PR was squashed before being merged into the 1.x branch. Discussion ---------- [Feature] Add options expansion to Add Lines Configuration Hi! I've got a chance to play with the new AddLines configurator and it's an extremely useful feature, thanks for introducing it! There is one small thing that seems missing to me: support for placeholders that are available in the `copy-from-package` and `copy-from-recipe` configurators. It's this feature: ``` These are the available placeholders: %BIN_DIR%, %CONF_DIR%, %CONFIG_DIR%, %SRC_DIR% %VAR_DIR% and %PUBLIC_DIR%. Recipes must use these placeholders instead of hardcoding the paths to be truly reusable. The placeholder values can be overridden in the extra section of your composer.json file (where you can define your own placeholders too): ``` (this text comes from https://github.com/symfony/recipes) This small PR makes it possible to use placeholders in the add-lines configurator. I'm not sure about the target branch, please let me know if I should rebase to 1.x - also not sure if I should mention it in the doc somewhere. Commits ------- 644e426 [Feature] Add options expansion to Add Lines Configuration
- Loading branch information