Closed (fixed)
Project:
Bootstrap Paragraphs
Version:
8.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Apr 2017 at 14:34 UTC
Updated:
4 Apr 2017 at 15:54 UTC
Jump to comment: Most recent
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