mirror of
https://github.com/pelican-dev/panel.git
synced 2025-08-03 00:12:19 +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,
|
||||
'description' => $model->description,
|
||||
'features' => $model->features,
|
||||
'tags' => $model->tags,
|
||||
// "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
|
||||
// to upgrade to using "docker_images".
|
||||
|
Loading…
x
Reference in New Issue
Block a user