Skip to content

Commit

Permalink
fix: fatal error after profile install due to RockPageBuilder fields
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Mar 19, 2023
1 parent 300bef9 commit 9855152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profiles/rock/files/site/classes/HomePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public function migrate()
self::tpl => [
'fields' => [
'title',
RockPageBuilder::field_blocks,
RockPageBuilder::field_widgets,
// RockPageBuilder::field_blocks,
// RockPageBuilder::field_widgets,

RockFrontend::field_favicon,
RockFrontend::field_ogimage,
Expand Down

0 comments on commit 9855152

Please sign in to comment.