-
Notifications
You must be signed in to change notification settings - Fork 86
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
feat: CMS navigation components (link, page, category) #1266
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Azure Demo Servers are available: |
shauke
force-pushed
the
feature/cms_navigation_components
branch
from
January 24, 2024 07:13
19a7ab0
to
737d2bf
Compare
shauke
force-pushed
the
feature/cms_navigation_components
branch
3 times, most recently
from
February 26, 2024 10:55
42a838b
to
9498294
Compare
shauke
force-pushed
the
feature/cms_navigation_components
branch
from
February 26, 2024 19:13
9498294
to
d068ee6
Compare
shauke
force-pushed
the
feature/cms_navigation_components
branch
from
February 26, 2024 23:48
d068ee6
to
57fac77
Compare
SGrueber
requested changes
Feb 28, 2024
src/app/core/models/content-page-tree-view/content-page-tree-view.model.ts
Outdated
Show resolved
Hide resolved
src/app/shared/cms/components/cms-navigation-category/cms-navigation-category.component.spec.ts
Show resolved
Hide resolved
src/app/shared/cms/components/cms-navigation-link/cms-navigation-link.component.spec.ts
Show resolved
Hide resolved
src/app/shared/cms/components/cms-navigation-link/cms-navigation-link.component.ts
Outdated
Show resolved
Hide resolved
src/app/shared/cms/components/cms-navigation-page/cms-navigation-page.component.spec.ts
Show resolved
Hide resolved
src/app/shared/cms/components/cms-navigation-page/cms-navigation-page.component.ts
Outdated
Show resolved
Hide resolved
shauke
force-pushed
the
feature/cms_navigation_components
branch
2 times, most recently
from
March 7, 2024 17:01
243a5c6
to
9e008ed
Compare
SGrueber
previously approved these changes
Mar 8, 2024
andreassteinmann
previously approved these changes
Mar 11, 2024
* page tree handling for CMS navigation page component Co-authored-by: Marcel Eisentraut <meisentraut@intershop.de>
* category tree data handling for CMS navigation category component
shauke
force-pushed
the
feature/cms_navigation_components
branch
from
March 11, 2024 08:52
098b004
to
64346cc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Type
[x] Feature
What Is the New Behavior?
Introduce new CMS components that can be used to extend the main navigation.
Does this PR Introduce a Breaking Change?
[x] No
Other Information
icm-as-customization-headless:1.7.0
)AB#79464