Add workflow-carousel component model JSON#250
Draft
Copilot wants to merge 2 commits into
Draft
Conversation
…files Co-authored-by: prasadE455 <214627682+prasadE455@users.noreply.github.com> Agent-Logs-Url: https://github.com/hlxsites/danaher-ls-aem-prod/sessions/a74542c4-90c0-4bd6-8986-911b880df8d9
Copilot
AI
changed the title
[WIP] Add workflow carousel JSON generation logic
Add workflow-carousel component model JSON
Mar 21, 2026
This file contains hidden or 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
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.
workflow-carouselhad no AEM Universal Editor component model, making it unavailable for authoring. This adds the full model definition following the established block pattern.blocks/workflow-carousel/_workflow-carousel.jsonworkflow-carouselcontainer —link(aem-content) +linkText(text, default:"View All Steps")workflow-carousel-itemchild —image(reference/Picture),imageAlt,category,title,link(aem-content),linkText(default:"Explore")workflow-carousel-itemFields map directly to what
workflow-carousel.jsreads at render time: first row → View All link; subsequent rows → picture,<strong>category, title<p>, and explore<a>.models/_section.json— Addedworkflow-carouselto the section component allowlist so it can be placed on pages.Compiled JSON (
component-models.json,component-definition.json,component-filters.json) rebuilt vianpm run build:json.Test URLs:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.