We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9852c89 commit ba67147Copy full SHA for ba67147
showcases/patternhub/scripts/generate-test-table.js
@@ -22,6 +22,11 @@ const generateTestTable = () => {
22
for (const { name } of elements) {
23
const componentName = getComponentName(name);
24
if (
25
+ [
26
+ 'page',
27
+ 'custom-select-form-field',
28
+ 'custom-select-dropdown'
29
+ ].includes(componentName) ||
30
componentName.endsWith('-list') ||
31
componentName.endsWith('-panel') ||
32
componentName.endsWith('-item')
0 commit comments