Skip to content

Commit a0f4087

Browse files
authored
Merge pull request #99660 from jseseCCS/OSDOCS-13110
OSDOCS-13110: Update PatternFly guidelines for PF6 in OCP content
2 parents 453424f + 36ecad0 commit a0f4087

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

web_console/dynamic-plugin/overview-dynamic-plugin.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,16 @@ When creating your plugin, follow these guidelines for using PatternFly:
5555

5656
* Use link:https://www.patternfly.org/components/all-components/[PatternFly] components and PatternFly CSS variables. Core PatternFly components are available through the SDK. Using PatternFly components and variables help your plugin look consistent in future console versions.
5757
ifndef::openshift-rosa-hcp[]
58-
** Use Patternfly 4.x if you are using {product-title} versions 4.14 and earlier.
59-
** Use Patternfly 5.x if you are using {product-title} 4.15 or later.
58+
** Use PatternFly 4.x if you are using {product-title} versions 4.14 and earlier.
59+
** Use PatternFly 5.x if you are using {product-title} versions 4.15 through 4.18.
60+
** Use PatternFly 6.x if you are using {product-title} versions 4.19 and later.
61+
6062
endif::openshift-rosa-hcp[]
6163
ifdef::openshift-rosa-hcp[]
6264
** Use Patternfly 5.x.
6365
endif::openshift-rosa-hcp[]
6466
* Make your plugin accessible by following link:https://www.patternfly.org/accessibility/accessibility-fundamentals/[PatternFly's accessibility fundamentals].
65-
* Avoid using other CSS libraries such as Bootstrap or Tailwind. They might conflict with PatternFly and not match the rest of the console. Plugins should only include styles that are specific to their user interfaces to be evaluated on top of base PatternFly styles. Avoid importing styles such as `@patternfly/react-styles/**/*.css` or any styles from the `@patternfly/patternfly` package in your plugin.
66-
* The console application is responsible for loading base styles for all supported PatternFly version(s).
67+
* Avoid using other CSS libraries such as Bootstrap or Tailwind. They might conflict with PatternFly and not match the rest of the console. Plugins should only include styles that are specific to their user interfaces to be evaluated on top of base PatternFly styles. Do not import styles directly from `@patternfly/react-styles/**/*.css` or `@patternfly/patternfly`. Instead, use components and CSS variables provided by the console SDK.
68+
* The console application is responsible for loading base styles for all supported PatternFly versions.
6769

6870
include::modules/dynamic-plugin-localization.adoc[leveloffset=+2]

0 commit comments

Comments
 (0)