Skip to content

Commit

Permalink
add sample content for content fragment generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jun 15, 2021
1 parent cc09a74 commit 25c070f
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
components/workflow/contentfragmentpagegen/parcomponenttypes:
contents:
- default: {
title: "Default - Image",
fields: "[sling:resourceType,fileReference]",
fieldsValues: "[aemdesign/components/media/image,${asset}]",
}
- onlinemedia: {
title: "Component - Online Media",
fields: "[sling:resourceType,mediaProviderUrl,componentModifiers,variant]",
fieldsValues: "[aemdesign/components/widgets/onlinemedia,${asset},aemdesign-showcase:component-style-modifier/embed/embed-responsive-4by3,iframe]",
}

0 comments on commit 25c070f

Please sign in to comment.