13 lines
479 B
JavaScript
Raw Normal View History

2019-08-13 19:16:56 +02:00
// DO NOT MODIFY THESE OPTIONS
// 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
// IMPORTANT: It also needs to be added to the migration guide.
export const LOGIN_LOGO = null;
2019-07-12 09:30:32 +02:00
export const SHOW_TUTORIALS = true;
export const SETTINGS_BASE_URL = '/settings';