Canvas components no longer save category property
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3589996. -->
Reported by: [darren oh](https://www.drupal.org/user/30772)
Related to !880
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The <code>drupal_cms_starter</code> recipe cannot be reapplied because its Canvas configs have a <code>category</code> property, which is not saved when the config is imported.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ol>
<li>Install <code>drupal_cms_starter</code> by running <code>drush si</code>.</li>
<li>Re-apply the template by running <code>drush recipe ../recipes/drupal_cms_starter</code>.</li>
</ol>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Remove the <code>category</code> property from Canvas configs.</p>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>None</p>
<h3 id="summary-data-model-changes">Configuration changes</h3>
<p>Recipe configs match current configuration model.</p>
issue