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

Enforce framework compatibility strategy #10

Closed mrjmd closed 8 years ago

mrjmd commented 8 years ago

In the D7 / Panels version of this, users select a presentation framework on a per-page-variant basis. This means your page can either include Angular 1 panels, or Angular 2 panels, but not both.

We need to enforce similar guardrails so that users don't place tons of frameworks on a single page.

mrjmd commented 8 years ago

The more I've thought of this the less I think this guardrail is really necessary. We may consider breaking the framework implementations into separate projects eventually, but for now I'm going to rely on the sanity of our users to not place multiple frameworks on the same page.