dariogcode โ created an issue.
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.
dariogcode โ created an issue. See original summary โ .
I've updated patch for 10.3.1
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!
$names = taxonomy_vocabulary_get_names();
isn't needed anymore, we can load all vocabulary with just
$vocabularies = Vocabulary::loadMultiple();
Patch attached.
Is there a plan to have a d10 version of this module? Thanks!