- Issue created by @mlncn
- πΊπΈUnited States mlncn Minneapolis, MN, USA
Proposed a workaround in Field Encryt: π Error when computed_field module fields are present Active
But that does not mean Computed Field should not be providing this setting (empty by default?) in case other modules are also expecting it.
- πΊπΈUnited States mlncn Minneapolis, MN, USA
(i will note that Module Builder does not currently composer install for me, Drupal 11 and PHP 8.4 and maybe something else causing incompatible dependencies, so if this or other things are taken care of when using Module Builder as documented β such things still need to be documented independently)
- π¬π§United Kingdom joachim
> i will note that Module Builder does not currently composer install for me, Drupal 11 and PHP 8.4 and maybe something else causing incompatible dependencies
Could you file an issue on Module Builder for that please?
- π¬π§United Kingdom joachim
\Drupal\computed_field\Field\FieldStorageDefinition is for bundle fields defined in code, so it's correct that it doesn't have third-party settings, as those are for config entities. The other module is making an incorrect assumption about bundle fields -- see my comment over there.