Skip to content

Commit

Permalink
Removed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jansentjeu committed Dec 13, 2024
1 parent 456482f commit ded4aca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Observer/AddPageAssets.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public function __construct(
*/
public function execute(Observer $observer)
{
// TODO: CAN WE SPECIFY ON WHICH PAGE TYPES THE SCRIPTS MUST BE LOADED?
if (!$this->config->isEnabled()) {
return;
}
Expand Down
1 change: 0 additions & 1 deletion src/Observer/ManageLayoutBlocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public function __construct(
*/
public function execute(Observer $observer)
{
// TODO: CAN WE SPECIFY ON WHICH PAGE TYPES THE BLOCKS MUST BE LOADED?
if (!$this->config->isEnabled()) {
return;
}
Expand Down

0 comments on commit ded4aca

Please sign in to comment.