Skip to content

Commit

Permalink
Merge pull request #127 from sitegeist/task/improveMonocleCliApi
Browse files Browse the repository at this point in the history
TASK: Improve Command line api
  • Loading branch information
mficzel authored Nov 30, 2020
2 parents 236595c + ac32fc2 commit 9feabe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Fusion/FusionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public function getStyleguideObjectsFromFusionAst($fusionAst)
'path' => (isset($styleguideConfiguration['path'])) ? $styleguideConfiguration['path'] : $prototypeName,
'description' => (isset($styleguideConfiguration['description'])) ? $styleguideConfiguration['description'] : '',
'options' => (isset($styleguideConfiguration['options'])) ? $styleguideConfiguration['options'] : null,
'propSets' => (isset($styleguideConfiguration['propSets'])) ? array_keys($styleguideConfiguration['propSets']) : null,
];
}
}
Expand Down
1 change: 1 addition & 0 deletions Configuration/Routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@
'@controller': 'Preview'
'@format': 'html'
httpMethods: ['GET','POST']
appendExceedingArguments: true

0 comments on commit 9feabe0

Please sign in to comment.