mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
[AAE-10266] storybook 6.4.19 fix
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { create } from '@storybook/theming';
|
||||
import alfrescoLogo from './assets/alfresco-logo.svg';
|
||||
|
||||
export default create({
|
||||
base: 'light',
|
||||
brandTitle: 'Hyland | Alfresco Storybook App',
|
||||
brandUrl: 'https://www.alfresco.com/',
|
||||
brandImage: '/assets/storybook-logo.png',
|
||||
brandImage: alfrescoLogo,
|
||||
});
|
||||
|
1
.storybook/assets/alfresco-logo.svg
Normal file
1
.storybook/assets/alfresco-logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 10 KiB |
12
angular.json
12
angular.json
@@ -442,7 +442,8 @@
|
||||
"port": 4400,
|
||||
"config": {
|
||||
"configFolder": "lib/core/.storybook"
|
||||
}
|
||||
},
|
||||
"projectBuildConfig": "core:build-storybook"
|
||||
},
|
||||
"configurations": {
|
||||
"ci": {
|
||||
@@ -514,7 +515,8 @@
|
||||
"port": 4400,
|
||||
"config": {
|
||||
"configFolder": "lib/content-services/.storybook"
|
||||
}
|
||||
},
|
||||
"projectBuildConfig": "content-services:build-storybook"
|
||||
},
|
||||
"configurations": {
|
||||
"ci": {
|
||||
@@ -625,7 +627,8 @@
|
||||
"port": 4400,
|
||||
"config": {
|
||||
"configFolder": "lib/process-services-cloud/.storybook"
|
||||
}
|
||||
},
|
||||
"projectBuildConfig": "process-services-cloud:build-storybook"
|
||||
},
|
||||
"configurations": {
|
||||
"ci": {
|
||||
@@ -814,7 +817,8 @@
|
||||
"port": 4400,
|
||||
"config": {
|
||||
"configFolder": "lib/stories/.storybook"
|
||||
}
|
||||
},
|
||||
"projectBuildConfig": "stories:build-storybook"
|
||||
},
|
||||
"configurations": {
|
||||
"ci": {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 128 KiB |
Reference in New Issue
Block a user