feat: add support for plugins to disable account description - #7769
feat: add support for plugins to disable account description #7769kontrollanten wants to merge 4 commits into
Conversation
| <label i18n for="username">Username</label> | ||
| <input type="text" id="username" class="form-control" formControlName="username" readonly> | ||
| <div class="form-group-description" i18n> | ||
| <div id="plugin-selector-profile-username-description" class="form-group-description" i18n> |
There was a problem hiding this comment.
Use myPluginSelector directive
There was a problem hiding this comment.
Sure! Maybe a better name is profile-form-username-description?
| withEmoji="true" | ||
| withHtml="true" | ||
| ></my-markdown-textarea> | ||
| <div id="plugin-selector-profile-description"> |
There was a problem hiding this comment.
I think it would make more sense to have this plugin selector in the form-group div above no?
There was a problem hiding this comment.
Sure. It's the textarea that we're interested in, but we can put the selector at a higher level.
|
A more consistent way of solving this would be to add |
I updated the PR according to this comment. Please let me know what you think. |
Description
Add support for plugins to disable account description. Also added plugin selector to username description.
Related issues
closes #7768
Has this been tested?
Screenshots