You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exampleSite/content/test-product/_index.md
+32-14Lines changed: 32 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,42 @@ title: Test pages
4
4
weight: 100
5
5
hasCustomContent: true
6
6
---
7
+
8
+
## About
9
+
10
+
[//]: #"Give a short 1-2 sentence summary of what the product does and its value to a customer."
11
+
This is a compilation of all our shortcodes to show how they look, function, respond, and coded.
12
+
13
+
## Featured Content
14
+
15
+
[//]: #"Maximum of three cards available to display."
16
+
[//]: #"Each card should be less than 10 words for a description."
17
+
[//]: #"If more than three cards are placed here, they are not displayed."
18
+
[//]: #"If there is one card, it will take full width and be the only card in the row."
19
+
[//]: #"If there is two cards, one card will take half width and there will be two cards in a row."
20
+
[//]: #"If there is three cards, there will be two rows, where first row has two equal-sized cards, and second row will have a full width card. Can we inversed in order to feature content."
7
21
<!-- <card-layout> - Available params: title (required: string)-->
8
-
{{<card-layout >}}
9
-
<!-- <card-section> - Available params: title (required: string), showAsCards (optional: boolean, default false) -->
22
+
{{<card-layout >}}
23
+
<!-- <card-section> - Available params: title (required: string), showAsCards (optional: boolean, default "false"), isFeaturedSection (optional: boolean, default "false") -->
10
24
<!-- If there is no "title" for <card-section>, it is implied it is the main content section and not a new content section -->
11
-
{{<card-section >}}
12
-
{{<card title="Call Out usages" >}}
13
-
<!-- <card> - Available params: title (required: string), titleUrl (optional: string, relative path or absolute URL (e.g. https://google.com)) -->
0 commit comments