Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NHUB-22] Show list of Authors in Wire Preview #20

Merged
merged 2 commits into from
Nov 10, 2021

Conversation

MarkLark86
Copy link
Contributor

On by default, if the list of Authors is not empty for the item.

Can be turned off with the following ui_config

[{
    "_id": "wire",
    "preview": {
        "authors": {"displayed": false}
    }
}]

Can be turned off with the following `ui_config`

```json
[{
    "_id": "wire",
    "preview": {
        "authors": {"displayed": false}
    }
}]
```
@MarkLark86 MarkLark86 added this to the v2.0 milestone Nov 9, 2021
assets/wire/components/ItemDetails.jsx Outdated Show resolved Hide resolved
@MarkLark86 MarkLark86 merged commit b6606b2 into superdesk:develop Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants