Skip to content

Commit

Permalink
feat: copy layout file on module screen without refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Apr 18, 2024
1 parent 7e01bb1 commit 1fe297b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RockFrontend.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -2759,6 +2759,8 @@ public function getModuleConfigInputfields($inputfields)

private function configLatte(InputfieldWrapper $inputfields): void
{
$this->copyLayoutFileIfNewer();

$fs = new InputfieldFieldset();
$fs->label = "Latte";
$fs->icon = "code";
Expand Down

0 comments on commit 1fe297b

Please sign in to comment.