The Product Attachments Component displays a list of product-related attachments, such as documents or files, in a card layout. Each attachment is presented as a clickable button that opens the file in a new tab.
The Product Attachments Component is used to show downloadable files or documents associated with a product. This component dynamically generates a list of attachments based on the provided data and supports alignment and styling configurations.
The HTML template outlines the structure and styling for the attachments. It includes an optional header and a series of cards, each representing an attachment.
Data Handling: The component extracts attachments from productData.mediaItems, filtering those with a media type of "Attachment" or 2.
Dynamic Rendering: The component uses Vue.js directives to dynamically render the list of attachments and apply appropriate styling based on the model's alignment settings.
Alignment: The getAlignmentClass method returns CSS classes based on the alignment value specified in the model, which affects how the header is positioned.