Hi,
I need the option to disable the option to add files (attachment) in Stream. Any help suggestions please?
I need the option to disable the option to add files (attachment) in Stream. Any help suggestions please?
.panel-stream .attachments-container {
display: none;
}
.panel-stream .attachments-container {
display: none;
}
Comment