Open bmuenzenmeyer opened 5 years ago
@bmuenzenmeyer can you provide some additional context here? I can take care of the website.
the thought was to add to https://patternlab.io/docs/advanced-exporting-patterns.html with the new options available on pattern-lab.config
in the above linked PR:
patternExportAll
false
true
, overrides patternExportPatternPartials
and instead exports all patternspatternExportPreserveDirectoryStructure
true
true
, preserves the top-level pattern type structure (atoms/
, molecules/
, organisms/
) during export. if false
, all patterns are flatly exported to the patternExportDirectory
patternExportRaw
false
true
, exports the pattern's template file instead of the rendered html
this is available with pattern lab https://github.com/pattern-lab/patternlab-node/releases/tag/v5.1.0
see https://github.com/pattern-lab/patternlab-node/pull/1089