Skip to content

Commit 602eeb8

Browse files
authored
Manual cherrpick for PR-1396 (#1405)
1 parent 1a0ca9f commit 602eeb8

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

modules/customizing-the-home-page/proc-customizing-the-home-page-cards.adoc

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
[id="customizing-the-home-page-cards_{context}"]
66
= Customizing the Home page cards
77

8-
Administrators can change the fixed height of cards that are in a 12-column grid.
8+
As an administrator, you can customize the layout and content of the Home page to create a tailored user experience. This includes integrating various specialized cards into the primary view.
9+
10+
The Home page layout uses a 12-column grid system. You can precisely define the position (x), width (w), and height (h) for each card across multiple screen breakpoints:
11+
* Extra-large (xl)
12+
* Large (lg)
13+
* Medium (md)
14+
* Small (sm)
15+
* Extra-small (xs)
16+
* Extra-extra-small (xxs)
917

1018
The default Home page is as shown in the following `{my-app-config-file}` file configuration:
1119

@@ -58,6 +66,8 @@ dynamicPlugins:
5866

5967
Search::
6068
+
69+
You can use the *SearchBar* card to provide essential search functionality directly on the Home page.
70+
+
6171
--
6272
[source,yaml]
6373
----
@@ -93,6 +103,8 @@ dynamicPlugins:
93103

94104
Quick access::
95105
+
106+
You can use the *QuickAccessCard* card to function as a customizable shortcut panel.
107+
+
96108
--
97109
[source,yaml]
98110
----
@@ -128,6 +140,8 @@ dynamicPlugins:
128140

129141
Headline::
130142
+
143+
You can use the *Headline* card to display important information.
144+
+
131145
--
132146
[source,yaml]
133147
----
@@ -161,6 +175,8 @@ dynamicPlugins:
161175

162176
Markdown::
163177
+
178+
You can use the *Markdown* card to display richly formatted content directly within the Home page layout. This card uses Markdown syntax to present structured information, such as lists and links (documentation and plugin repositories).
179+
+
164180
--
165181
[source,yaml]
166182
----
@@ -214,6 +230,8 @@ dynamicPlugins:
214230

215231
Placeholder::
216232
+
233+
You can use the *Placeholder* card as a utility element for reserving space or for layout testing on the Home page.
234+
+
217235
--
218236
[source,yaml]
219237
----
@@ -239,6 +257,8 @@ dynamicPlugins:
239257

240258
Catalog starred entities::
241259
+
260+
You can use the *CatalogStarredEntitiesCard* card to provide a dedicated space on the Home page for users to view catalog entities that they have marked as starred.
261+
+
242262
--
243263
[source,yaml]
244264
----
@@ -253,6 +273,8 @@ dynamicPlugins:
253273

254274
Featured docs::
255275
+
276+
You can use the *FeaturedDocsCard* card as a way to highlight specific documentation within {product}, as it is available for deployment on the Home page.
277+
+
256278
--
257279
[source,yaml]
258280
----
@@ -263,4 +285,4 @@ dynamicPlugins:
263285
- mountPoint: home.page/cards
264286
importName: FeaturedDocsCard
265287
----
266-
--
288+
--

0 commit comments

Comments
 (0)