You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/pfe-tools/config.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ export interface PfeConfig {
20
20
rootDir?: string;
21
21
/** object mapping custom element name to page title */
22
22
aliases?: Record<string,string>;
23
+
/** Directory containing the custom elements, defaults to `elements` */
24
+
elementsDir?: string;
23
25
/** absolute URL to the web page representing the repo root in source control, with trailing slash. default 'https://github.com/patternfly/patternfly-elements/tree/main/' */
24
26
sourceControlURLPrefix?: string;
25
27
/** absolute URL prefix for demos, with trailing slash. Default 'https://patternflyelements.org/' */
0 commit comments