The installation works fine, and bundles are created fine. During uninstall of the module, all the bundle types were not removed with the module. Attempting to reinstall to check, it give a long list of bundles that already exist and cannot install the module. Manually deleting all the paragraph types, there is still one preventing the re-installation of the module:
Unable to install Bootstrap Paragraphs, field.storage.paragraph.field_contact_form already exists in active configuration.
Comments
Comment #4
thejimbirch commentedThanks for pointing this out. There was an unattached field being created that wasn't getting removed when you uninstalled the bundles,
field_contact_formin 1.0,bp_contact_formin 2.0. This has been deleted from the install configs.If you need to uninstall the field, you will need to do it in the database. Here is a good guide:
https://www.drupal.org/node/1597568#comment-6995870
We don't have an uninstall process because the most of the module gets put into active configuration on install. You could technically install this module, move the template folder to your theme, and then uninstall and you would get the functionality.
To remove all trace of this module, you would need to:
Comment #5
GDH commentedThanks. I'll try the db cleanup suggested.
Comment #6
thejimbirch commented