Skip to content

Commit

Permalink
Remove VirtualPage, ErrorPage from schema by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlino committed Sep 13, 2021
1 parent ce87b5f commit e7a01dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config/modelLoader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Name: silverstripe-headless-modelloader
SilverStripe\Headless\GraphQL\ModelLoader:
included_dataobjects:
page: 'Page'
cms: 'SilverStripe\CMS\Model\*'
cms: 'SilverStripe\CMS\Model\SiteTree'
siteconfig: 'SilverStripe\SiteConfig\*'
assets: 'SilverStripe\Assets\*'
elemental: 'DNADesign\Elemental\Models\*'
Expand Down

0 comments on commit e7a01dc

Please sign in to comment.