- ๐ฎ๐นItaly kopeboy Milan
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.
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.
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.
Active
1.3
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
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.