Skip to content

Commit

Permalink
Merge branch '1.x' into 433-show-system-grid-data
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber committed Oct 2, 2024
2 parents 89c5fb0 + c37c44c commit 2318f9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Asset/Schema/Type/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
use Pimcore\Bundle\StudioBackendBundle\Response\ElementIcon;

#[Schema(
title: 'Document',
schema: 'Asset Document',
title: 'Asset Document',
required: [
'pageCount',
'imageThumbnailPath',
Expand Down
1 change: 1 addition & 0 deletions src/Document/Schema/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
use Pimcore\Bundle\StudioBackendBundle\Util\Trait\CustomAttributesTrait;

#[Schema(
schema: 'Document',
title: 'Document',
required: [
],
Expand Down

0 comments on commit 2318f9c

Please sign in to comment.