Skip to content

Commit

Permalink
Implement settings
Browse files Browse the repository at this point in the history
  • Loading branch information
maikelRAOW committed Sep 20, 2022
1 parent 1adead9 commit 124e563
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/Component/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ public function render($settings)
]);
}

static function setttings() {
return [];
}
}
4 changes: 4 additions & 0 deletions templates/Row/Row.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,8 @@ public static function variations()
],
];
}

static function setttings() {
return [];
}
}

0 comments on commit 124e563

Please sign in to comment.