Skip to content

Instantly share code, notes, and snippets.

View FlxRobole's full-sized avatar

FlxRobole

View GitHub Profile
@benr77
benr77 / HideInSitemapListener.php
Created September 19, 2024 08:44
SuluCMS exclude specified webspaces from sitemap.xml
<?php
declare(strict_types=1);
namespace App\Infra;
use Sulu\Bundle\PageBundle\Document\HomeDocument;
use Sulu\Bundle\PageBundle\Document\PageDocument;
use Sulu\Component\Content\Document\Extension\ExtensionContainer;
use Sulu\Component\DocumentManager\Event\PersistEvent;
use Sulu\Component\DocumentManager\Events;