Skip to content

Commit

Permalink
FIX Explicitly don't autoscaffold ElementalArea (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Aug 15, 2024
1 parent e285be8 commit 860df12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Extensions/ElementalPageExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ class ElementalPageExtension extends ElementalAreasExtension
'ElementalArea',
];

private static array $scaffold_cms_fields_settings = [
'ignoreFields' => [
'ElementalArea',
],
];

/**
* The delimiter to separate distinct elements in indexed content.
*
Expand Down

0 comments on commit 860df12

Please sign in to comment.