forked from projects/fipamo
added feature image to tags to display page
This commit is contained in:
parent
4f4fee807c
commit
c0c3b60fd5
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ class Sorting
|
||||||
"title" => $page["title"],
|
"title" => $page["title"],
|
||||||
"slug" => $page["slug"],
|
"slug" => $page["slug"],
|
||||||
"path" => $page["path"],
|
"path" => $page["path"],
|
||||||
|
"feature" => $page["feature"],
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue