Refactor article getter for descriptions & tags, minor fixes on tags
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
'data' => $article['offers']['semences'],
|
||||
'title' => 'Semence',
|
||||
'model' => 'semences',
|
||||
'bgClass' => 'bg-yellow',
|
||||
])
|
||||
@endif
|
||||
|
||||
@@ -11,6 +12,7 @@
|
||||
'data' => $article['offers']['plants'],
|
||||
'title' => 'Plant',
|
||||
'model' => 'plants',
|
||||
'bgClass' => 'bg-green',
|
||||
])
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user