- πΊπΈUnited States trigve hagen Washington DC
Search for paragraph in your database. It will be a left over in your key_value table. At least it was for me.
SELECT * FROM `drupal10`.`key_value` WHERE (CONVERT(`collection` USING utf8) LIKE '%paragraph%' OR CONVERT(`name` USING utf8) LIKE '%paragraph%' OR CONVERT(`value` USING utf8) LIKE '%paragraph%')
- π«π·France dqd London | N.Y.C | Paris | Hamburg | Berlin
@#14 your projec tis a very appreciated contribution. +1 for this! But I opened a ticket on your projects issue queue. This needs more documentation and some considerations. Hope my input was helpful over there.
Apart from that #7 π The "paragraph" entity type does not exist error after uninstallation due to left key_value entries Active holds the solution for those humbling over it here.