Skip to content

Commit

Permalink
refactor dialog tag configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jun 2, 2021
1 parent eb01728 commit b1543d5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,46 +379,3 @@ components/details/generic-details/templates:
title: "Image with Link",
value: "simple-metadata"
}

components/layout/contentblock/variant:
contents:
- container: {
title: "Container",
value: "container"
}
- containerVideo: {
title: "Container with Video Background",
value: "containerVideo"
}
- floating: {
title: "Floating Section",
value: "floating"
}
- advsection: {
title: "Advanced Section with Title",
value: "advsection"
}
- fieldset: {
title: "Field Set in Form",
value: "fieldset"
}
- descriptionlist: {
title: "Description List",
value: "descriptionlist"
}
- parsys: {
title: "Classic Parsys",
value: "parsys"
}
- childsection: {
title: "Child Section",
value: "childsection"
}
- componentConfig: {
title: "Section with Component Config Output",
value: "componentConfig"
}
- accordion: {
title: "Accordion",
value: "accordion"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@

components/layout/contentblock/variant:
contents:
- container: {
title: "Container",
value: "container"
}
- containerVideo: {
title: "Container with Video Background",
value: "containerVideo"
}
- floating: {
title: "Floating Section",
value: "floating"
}
- advsection: {
title: "Advanced Section with Title",
value: "advsection"
}
- fieldset: {
title: "Field Set in Form",
value: "fieldset"
}
- descriptionlist: {
title: "Description List",
value: "descriptionlist"
}
- parsys: {
title: "Classic Parsys",
value: "parsys"
}
- childsection: {
title: "Child Section",
value: "childsection"
}
- componentConfig: {
title: "Section with Component Config Output",
value: "componentConfig"
}
- accordion: {
title: "Accordion",
value: "accordion"
}

0 comments on commit b1543d5

Please sign in to comment.