File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @patternfly/elements " : patch
3+ ---
4+ ` <pf-tabs> ` : corrected the name of the ` expand ` event in the custom elements manifest
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const DirectoryOutputPlugin = require('@11ty/eleventy-plugin-directory-output');
44
55const PfeAssetsPlugin = require ( './docs/_plugins/pfe-assets.cjs' ) ;
66const EmptyParagraphPlugin = require ( './docs/_plugins/empty-p.cjs' ) ;
7- const createImportMapPlugin = require ( './docs/_plugins/create-import-map.cjs' ) ;
7+ const CreateImportMapPlugin = require ( './docs/_plugins/create-import-map.cjs' ) ;
88
99const AnchorsPlugin = require ( '@patternfly/pfe-tools/11ty/plugins/anchors.cjs' ) ;
1010const CustomElementsManifestPlugin = require ( '@patternfly/pfe-tools/11ty/plugins/custom-elements-manifest.cjs' ) ;
@@ -66,7 +66,7 @@ module.exports = function(eleventyConfig) {
6666 eleventyConfig . addPlugin ( EmptyParagraphPlugin ) ;
6767
6868 /** Create import maps from script tags */
69- eleventyConfig . addPlugin ( createImportMapPlugin ) ;
69+ eleventyConfig . addPlugin ( CreateImportMapPlugin ) ;
7070
7171 /** Add IDs to heading elements */
7272 eleventyConfig . addPlugin ( AnchorsPlugin , {
You can’t perform that action at this time.
0 commit comments