Support for property groups in variant elements, in TDFs
This commit is contained in:
@@ -1046,7 +1046,8 @@ class AtdfService
|
||||
strtolower($attributes['ordercode'] ?? $attributes['name'] ?? '')
|
||||
),
|
||||
$attributes['ordercode'] ?? $attributes['name'] ?? null,
|
||||
isset($attributes['pinout']) ? strtolower($attributes['pinout']) : null
|
||||
isset($attributes['pinout']) ? strtolower($attributes['pinout']) : null,
|
||||
[]
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user