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

Credits should be customisable in config #15282

Open
jamescl opened this issue Sep 25, 2020 · 0 comments
Open

Credits should be customisable in config #15282

jamescl opened this issue Sep 25, 2020 · 0 comments

Comments

@jamescl
Copy link

jamescl commented Sep 25, 2020

In User Settings > Help and About > Credits, the credits (for default cover photo and emojis), seems to be hard coded in the HelpUserSettingsTab.js file.

We should have a way to customise the credits to reflect changes made to a self installed Element.

In particular, if we're using welcomeBackgroundUrl in config.json, the default cover photo credit isn't relevant and we're not crediting the right people for their work.

There should be a way to configure this either through a file that contains the credits in html format, or via config.json e.g.

"credits": [
      { "order": 1, 
        "html": "*some html*"
      },
      {"order": 2,
       "html:": "*some other html* "
]

Where the values in html are in within the list item tags e.g <li>*some html*</li>

Also, this would mean that we could credit matrix.org for the spec and the element/new Vector team for being behind the application if the app admin wanted.

@dbkr dbkr changed the title Credits should be customisable by app instance Credits should be customisable in config Sep 25, 2020
@jryans jryans removed the feature label Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants