Skip to content

Commit

Permalink
feat(jobOffer): add blank wireframe
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-monsieurbiz committed Oct 7, 2024
1 parent 8dcba25 commit 70ae885
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/Type/UiElement/JobOfferUiElementType.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
adminRender: '@MonsieurBizSyliusUiElementsPlugin/Admin/UiElement/job_offer_ui_element.html.twig',
frontRender: '@MonsieurBizSyliusUiElementsPlugin/Shop/UiElement/job_offer_ui_element.html.twig',
),
wireframe: '',
wireframe: 'job-offer',
)]
final class JobOfferUiElementType extends AbstractType
{
Expand Down
3 changes: 3 additions & 0 deletions src/Resources/views/Wireframe/job-offer.svg.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<svg width="230" height="100" viewBox="0 0 230 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="230" height="100" rx="5" fill="#7A8CCE" fill-opacity="0.1"></rect>
</svg>

0 comments on commit 70ae885

Please sign in to comment.