Hello there,

Was wondering if you knew that there was a project similar, currently working lovely based on bootstrap 3 over on https://www.drupal.org/project/bootstrap_paragraphs.

Just thought I should mention as maybe combining efforts into 1 project would be beneficial to everyone. I'm not associated with this project in any way was looking for paragraph solutions and found both projects.

Thanks

Comments

kingfisher64 created an issue. See original summary.

devlada’s picture

Yes, we are familiar with Bootstrap Paragraphs module, although similar names, the architecture is completely different. Our module depends on Paragraphs Collection, which introduce a powerful plugin system to attach behaviors to paragraph types. In this way we also introduce the configuration for each plugin.

The effort that MD Systems invests in the development of Paragraphs and Paragraphs Collection modules, in my opinion should result in creation of a platform for development of other paragraph modules, plugins and behaviors. It is not hard to imagine paragraphs_collection_foundation module for example, that implements a foundation components, plugins and behaviors.

Each of these modules will follow the theme, in the case of Paragraphs Collection Bootstrap module, it is BS Base theme by ACTO Team.

kingfisher64’s picture

Status: Active » Closed (works as designed)
pivica’s picture

Hi @kingfisher64 and thanks for your interest in this module.

I just want to add couple of more reasons why we find it would be difficult to combine effort with other modules (like bootstrap_paragraphs) for now:

  • Currently we have very strict business goals that we are following and we need to stay fast and flexible - and that is hard when you need to collaborate with other projects. Later when we have a working base we can start thinking how to collaborate more.
  • We try to use latest technologies in code: meaning Bootstrap 4, gulp based workflow, SASS for writing CSS, etc
  • We build on a top of latest dev versions of paragraphs, paragraphs_collection and bs_base (Bootstrap 4 base theme).

Because of all of this (including facts from comment 2) its not possible currently to collaborate with other projects.