2019-08-13 19:16:56 +02:00
|
|
|
// DO NOT MODIFY THESE OPTIONS
|
2020-03-06 13:33:07 +01:00
|
|
|
|
|
|
|
|
// NOTE TO PLUGINS DEVELOPERS:
|
|
|
|
|
// If you modify this file you also need to update the documentation accordingly
|
|
|
|
|
// Here's the file: strapi/docs/3.0.0-beta.x/admin-panel/customization.md#tutorial-videos
|
|
|
|
|
// IF THE DOC IS NOT UPDATED THE PULL REQUEST WILL NOT BE MERGED
|
|
|
|
|
|
2020-03-06 13:40:49 +01:00
|
|
|
// IMPORTANT: It also needs to be added to the migration guide.
|
|
|
|
|
|
2019-08-09 17:13:07 +02:00
|
|
|
export const LOGIN_LOGO = null;
|
2019-07-12 09:30:32 +02:00
|
|
|
export const SHOW_TUTORIALS = true;
|
2020-01-30 13:51:52 +01:00
|
|
|
export const SETTINGS_BASE_URL = '/settings';
|