๐ฆ๐ทArgentina dariogcode
Thanks @ambot112 but it is supposed that field_order_lines is a multivalue field, means can have several paragraphs, and also we don't have id here because those aren't already crated paragraph, Iยดm just pre populating form.
๐ฆ๐ทArgentina dariogcode
๐ฆ๐ทArgentina dariogcode
dariogcode โ created an issue. See original summary โ .
๐ | Drupal core | Not possible to reuse field formatters between entity_reference, file, and image fields
๐ฆ๐ทArgentina dariogcode
I've updated patch for 10.3.1
๐ฆ๐ทArgentina dariogcode
What is the D10 upgrade path for those using 1.x version? I see there is a 2.x version but it is just for 10 version, there would be a d9 and d10 compatible version? Most project add
core_version_requirement: ^9 || ^10
Thanks!
๐ฆ๐ทArgentina dariogcode
$names = taxonomy_vocabulary_get_names();
isn't needed anymore, we can load all vocabulary with just
$vocabularies = Vocabulary::loadMultiple();
Patch attached.
๐ฆ๐ทArgentina dariogcode
Is there a plan to have a d10 version of this module? Thanks!