mirror of
https://github.com/strapi/strapi.git
synced 2025-11-25 22:51:33 +00:00
13 lines
479 B
JavaScript
13 lines
479 B
JavaScript
// 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;
|
|
export const SHOW_TUTORIALS = true;
|
|
export const SETTINGS_BASE_URL = '/settings';
|