- Issue created by @bserem
Documentation and module page mention that to update blocks one needs to run:
# Do the same for another entity type.
drush footnotes:upgrade-3-to-4 block
but block
entities are split into multiple types: block and block_content
block does not support fetching field definitions, and they are not block with customizable (as in user generated) content
A drupal error is the result, although not communicated when running the update:
Getting the base fields is not supported for entity type Block.
block_content is the one we are after
Run
drush footnotes:upgrade-3-to-4 block
and then try again with
drush footnotes:upgrade-3-to-4 block_content
Fix docs
Active
4.0
Footnotes