This commit is contained in:
CHIEFSOFT\ameye
2024-07-13 11:33:35 -04:00
parent 64683852b4
commit 7f6d8939b1
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -185,11 +185,12 @@ class WrenchPlayGround extends BaseController
private function apiFeaturedData() {
$data=[];
$total = 6;
$total = 3;
for ($i = 0; $i < $total; $i++) {
$key = sprintf("%05d", $i);
$data["item"][] = array(
"banner" => "I have no idea",
"media" => "https://dev-media.wrenchboard.com/videos/c35c32bc-9ce4-4ca5-9afc-1ecddfd649f5",
"title" => "This Featured dummy text ".$key,
"description" => "Random gibberish text to use in web pages, site templates and in typography demos. Get rid of Lorem Ipsum forever. A tool for web designers who want to save time. ".$key,
);