Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CIVIC-1707] Created Storybook link in the secondary navigation and updated redirect. #1228

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
_meta:
version: '1.0'
entity_type: menu_link_content
uuid: hhh6ae32-3h1b-495a-8263-a08302a80a32
bundle: menu_link_content
default_langcode: en
depends:
c9a1fe64-f6d1-4492-ac7f-6444698cfb12: node
default:
enabled:
-
value: true
title:
-
value: 'Storybook'
menu_name:
-
value: civictheme-secondary-navigation
link:
-
uri: 'internal:/storybook'
title: ''
options: { }
external:
-
value: false
rediscover:
-
value: false
weight:
-
value: -1
expanded:
-
value: false
revision_translation_affected:
-
value: true
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function civictheme_dev_post_update_provision_storybook_redirects(): string {
$map = [
[
'src' => '/storybook',
'dst' => '/themes/contrib/civictheme/lib/uikit/storybook-static/index.html',
'dst' => '/themes/custom/civictheme_demo/storybook-static/index.html',
],
[
'src' => '/storybook-drupal',
Expand Down
Loading