feat(core): Added support for custom sample styles
This commit is contained in:
parent
e415816f66
commit
7d3815939b
7 changed files with 66 additions and 110 deletions
|
@ -20,6 +20,7 @@ const Draft = (props) => (
|
|||
parts={props.parts}
|
||||
paperless={props.settings.paperless}
|
||||
design={props.design || false}
|
||||
extraDefs={props.extraDefs}
|
||||
/>
|
||||
<g>
|
||||
{Object.keys(props.parts).map((name) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue