Hide the Canvas Personalization module
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3553443. -->
Reported by: [dioni](https://www.drupal.org/user/2674777)
Related to !303
>>>
<h3 id="overview">Overview</h3>
<p>On a fresh Drupal 11 installation, when I install canvas_personalization, I see the error:</p>
<pre>The website encountered an unexpected error. Try again later.<br><br>Drupal\Component\Plugin\Exception\PluginNotFoundException: The "p13n" plugin does not exist. Valid plugin IDs for Drupal\canvas\ComponentSource\ComponentSourceManager are: block, sdc, fallback, js in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).<br>Drupal\Core\Plugin\DefaultPluginManager->getDefinition('p13n') (Line: 16)<br>Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('p13n', Array) (Line: 85)<br>Drupal\Component\Plugin\PluginManagerBase->createInstance('p13n', Array) (Line: 62)<br>....</pre><p>The error dissapear refreshing the page.</p>
<h3 id="proposed-resolution">Proposed resolution</h3>
<p>There is comment in the src/Plugin/Canvas/ComponentSource/Personalization.php file saying</p>
<p><code>⚠️ This is highly experimental and *will* be refactored or even removed.</code></p>
<p>I am wondering If I can have a look or it should be moved to another module (or even removed from the main canvas repo).</p>
<p>Thank you!</p>
issue