Closes #8846: Enable image attachments for module types

This commit is contained in:
jeremystretch
2022-03-23 13:58:35 -04:00
parent d685824725
commit e700f084b9
2 changed files with 7 additions and 1 deletions

View File

@@ -29,12 +29,13 @@
</table>
</div>
</div>
{% include 'inc/panels/custom_fields.html' %}
{% plugin_left_page object %}
</div>
<div class="col col-md-6">
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %}
{% include 'inc/panels/comments.html' %}
{% include 'inc/panels/image_attachments.html' %}
{% plugin_right_page object %}
</div>
</div>