File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/docs/style-guide/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ import { ResourcesBySelector } from "~/components";
3232
3333- ` types ` <Type text = " string[]" />
3434
35- An array of ` pcx_content_type ` values to filter by . For example, ` types={["example"]} ` .
35+ An array of ` pcx_content_type ` values to filter which content gets pulled into the component . For example, ` types={["example"]} ` .
3636
3737- ` tags ` <Type text = " string[]" /> <MetaInfo text = " optional" />
3838
39- An array of ` tags ` values to filter by . For example, ` tags={["AI"]} ` .
39+ An array of ` tags ` values to filter which content gets pulled into the component . For example, ` tags={["AI"]} ` .
4040
4141 To see a list of the available tags, and which pages are associated with them, refer to [ this list] ( /style-guide/frontmatter/tags/ ) .
4242
4343- ` products ` <Type text = " string[]" /> <MetaInfo text = " optional" />
4444
45- An array of ` products ` values to filter by . For example, ` products={["D1"]} ` .
45+ An array of ` products ` values to filter which content gets pulled into the component . For example, ` products={["D1"]} ` .
You can’t perform that action at this time.
0 commit comments