Skip to content

Commit

Permalink
Fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber committed Dec 2, 2024
1 parent 2e76e8c commit da3d3f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Class/Controller/ObjectBrick/LayoutController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

use Exception;
use OpenApi\Attributes\Get;
use Pimcore\Bundle\StudioBackendBundle\Class\Schema\FieldCollection\LayoutDefinition;
use Pimcore\Bundle\StudioBackendBundle\Class\Schema\ObjectBrick\LayoutDefinition;
use Pimcore\Bundle\StudioBackendBundle\Class\Service\ObjectBrick\LayoutDefinitionServiceInterface;
use Pimcore\Bundle\StudioBackendBundle\Controller\AbstractApiController;
use Pimcore\Bundle\StudioBackendBundle\Exception\Api\NotFoundException;
Expand Down
1 change: 1 addition & 0 deletions src/Class/Schema/FieldCollection/LayoutDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @internal
*/
#[Schema(
schema: 'FieldCollectionLayoutDefinition',
title: 'Field Collection Layout Definition',
required: [
'key',
Expand Down
1 change: 1 addition & 0 deletions src/Class/Schema/ObjectBrick/LayoutDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @internal
*/
#[Schema(
schema: 'ObjectBrickLayoutDefinition',
title: 'Object Brick Layout Definition',
required: [
'key',
Expand Down

0 comments on commit da3d3f0

Please sign in to comment.