mrjmd / pdb

Decoupled Blocks is a Drupal 8 module to simplify integrating javascript frameworks into your site.
https://www.drupal.org/sandbox/mrjmd/2664138
57 stars 14 forks source link

Add baseUrl to {my_component}.info.yml #55

Closed tesliker closed 8 years ago

tesliker commented 8 years ago

New app configurations can be defined via the {my_component}.info.yml inside the my components folder. We need to add the baseUrl to config.map. I am thinking we should do this inside the extend() function at systemConfig.js:7 rather then trying to extend the YAML parser. Let me know if this is not the best solution.

mrjmd commented 8 years ago

This was superseded and fixed in [#60].