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

GDH created an issue. See original summary.

  • thejimbirch committed 3bf060d on 8.x-2.x
    Issue #2866126: Uninstall does not cleanly remove anything
    

  • thejimbirch committed 5a57148 on 8.x-1.x
    Issue #2866126: Uninstall does not cleanly remove anything
    
thejimbirch’s picture

Status: Active » Fixed

Thanks for pointing this out. There was an unattached field being created that wasn't getting removed when you uninstalled the bundles, field_contact_form in 1.0, bp_contact_form in 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:

  • Uninstall the module
  • Manually delete all content that uses the Paragraph Bundles created by the module
  • Manually delete the Paragraph Bundles.
GDH’s picture

Thanks. I'll try the db cleanup suggested.

thejimbirch’s picture

Status: Fixed » Closed (fixed)