PLT-6262 Add config setting to disable file attachments (#6301)
* Add config setting to disable file attachments * Add unit tests * Updating UI for no attachments (#6312) * Update UI text on file upload System Console setting (#6313) * Update storage_settings.jsx * Update en.json
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
44a8f76d99
Коммит
49481caf6d
@@ -32,6 +32,18 @@
|
||||
}
|
||||
|
||||
.post-create__container {
|
||||
.post-create {
|
||||
&.post-create--attachment-disabled {
|
||||
.post-body__cell {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.post-create-footer {
|
||||
padding-left: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
form {
|
||||
padding: .5em 0 0;
|
||||
}
|
||||
@@ -71,6 +83,10 @@
|
||||
padding: 0;
|
||||
top: auto;
|
||||
width: 25px;
|
||||
|
||||
.icon--emoji-picker {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user