Skip to content

Commit

Permalink
TASK: Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Feb 17, 2024
1 parent 991f314 commit 6f8fd2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
final class ContentTitleNodeCreationHandlerFactory implements ContentRepositoryServiceFactoryInterface
{

public function build(ContentRepositoryServiceFactoryDependencies $serviceFactoryDependencies): ContentRepositoryServiceInterface
{
return new ContentTitleNodeCreationHandler($serviceFactoryDependencies->contentRepository);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
options:
nodeCreationHandlers:
image:
factoryClassName: 'Neos\Neos\Ui\NodeCreationHandler\Factory\ImagePropertyNodeCreationHandlerFactory'
factoryClassName: 'Neos\TestNodeTypes\NodeCreationHandler\ImagePropertyNodeCreationHandlerFactory'
ui:
label: PageWithImage_Test
icon: icon-file-o
Expand Down

0 comments on commit 6f8fd2d

Please sign in to comment.