Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property applies specified CSS styles to the notification header in emails when attachments are dropped, affecting how users perceive these messages. |
| What area does it affect? |
Email notifications |
| What does the default mean? |
The default value is "<style>
#snc_notification_dropped_attachments_note {
position: relative;
left: 0;
right: 0;
word-wrap: break-word;
border-radius: 6px;
background: rgb(189, 220, 242);
vertical-align: middle;
padding-left: 20px;
padding-right: 20px;
border-color: rgb(94, 171, 223);
border-style: solid;
}</style>", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when customizing email notifications or addressing user feedback on attachment handling. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.email.dropped_attachments.message.styles |
| Sys ID |
67836c0c53152110c0d8ddeeff7b1221 |
| Type |
string |
| Application |
Global |
| Default value |
<style>
#snc_notification_dropped_attachments_note {
position: relative;
left: 0;
right: 0;
word-wrap: break-word;
border-radius: 6px;
background: rgb(189, 220, 242);
vertical-align: middle;
padding-left: 20px;
padding-right: 20px;
border-color: rgb(94, 171, 223);
border-style: solid;
}</style> |
| Description |
Specified styles will be applied to the informational header note on email whenever attachments are dropped from the email. |
| Updated |
2024-05-25 03:39:01 |
Sources
Official references and nearby text excerpts where this property appears.
Related properties