If you add a description to a storage type and go to create add storage page no descriptions are shown for any available storage type.
storage type edit page, add storage page without descriptions for each available storage type and a vscode window with the add storage page twig file
i've added descriptions for both storage types seen in the example but no description is shown. if you take a look into storage-content-add-list.html.twig only the link gets output. but the odd thing out of curiosity i've tried to add <dd>{{ type.description }}</dd> after <dt>{{ type.link }}</dt>and wanted to see if that would fix the issue. but turned out, after clearing cache, the description still isn't showning up.

*tested on drupal 9.4.5 with php 8.1.8 and version 1.2.2 of the storage entities module. i've set it to bug report since the description of the description field in the storage type edit form states this description text will be displayed on the add storage page.

CommentFileSizeAuthor
missing_description.jpg182.16 KBrkoller

Comments

rkoller created an issue. See original summary.

mxh’s picture

Version: 1.2.2 » 1.1.x-dev
kopeboy’s picture

Version: 1.1.x-dev » 1.3.1

I can confirm this is still true on version 1.3.1

I tried editing the /templates/account-content-add-list.html.twig to add <dd>{{ type.description }}</dd> under <dt>{{ type.link }}</dt> but that wasn't enough.

erutan’s picture

+1 on Drupal 10.2.x and Storage 1.3.1