Skip to content

Commit

Permalink
[Core] exposes help params in platform parameters form
Browse files Browse the repository at this point in the history
  • Loading branch information
Elorfin committed Jan 20, 2021
1 parent 365453c commit a2ce637
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,20 @@ const Meta = (props) =>
]
}
]
}, {
icon: 'fa fa-fw fa-life-ring',
title: trans('support'),
fields: [
{
name: 'help.support_email',
label: trans('support_email'),
type: 'email'
}, {
name: 'help.url',
label: trans('help_url'),
type: 'url'
}
]
}, {
icon: 'fa fa-fw fa-hard-hat',
title: trans('maintenance'),
Expand Down

0 comments on commit a2ce637

Please # to comment.