10 lines
207 B
JavaScript
10 lines
207 B
JavaScript
export default () => ({
|
|
/*
|
|
* Help page path to generate the link
|
|
*/
|
|
helpPagePath: '',
|
|
/*
|
|
* Settings endpoint to call to fetch and update the settings
|
|
*/
|
|
registrySettingsEndpoint: '',
|
|
});
|