mirror of
https://github.com/pelican-dev/panel.git
synced 2025-08-03 14:12:13 +02:00
Add tags field to eggs transformer. (#1550)
This commit is contained in:
parent
20071a64fa
commit
88943563c7
@ -47,6 +47,7 @@ class EggTransformer extends BaseTransformer
|
|||||||
'author' => $model->author,
|
'author' => $model->author,
|
||||||
'description' => $model->description,
|
'description' => $model->description,
|
||||||
'features' => $model->features,
|
'features' => $model->features,
|
||||||
|
'tags' => $model->tags,
|
||||||
// "docker_image" is deprecated, but left here to avoid breaking too many things at once
|
// "docker_image" is deprecated, but left here to avoid breaking too many things at once
|
||||||
// in external software. We'll remove it down the road once things have gotten the chance
|
// in external software. We'll remove it down the road once things have gotten the chance
|
||||||
// to upgrade to using "docker_images".
|
// to upgrade to using "docker_images".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user