File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ public function findAll(): array
86
86
description: 'Create an invoice + line items that updates as you type. ' ,
87
87
route: 'app_live_components_invoice ' ,
88
88
longDescription: <<<EOF
89
- A parent component with children components for each line item .
89
+ Create or edit an `Invoice` entity along with child components for each related `InvoiceItem` entity .
90
90
<br>
91
- Children emit events to communicate to the parent.
91
+ Children components emit events to communicate to the parent and everything is saved in a `saveInvoice` LiveAction method .
92
92
EOF
93
93
),
94
94
new LiveDemo (
Original file line number Diff line number Diff line change 18
18
<div class =" container-fluid container-xxl px-5 pt-5" >
19
19
20
20
<section style =" color: rgb(100 116 139); font-size: 14px; line-height: 1.75rem;" class =" mb-2" >
21
- {{ demo .longDescription | raw }}
21
+ {{ demo .longDescription | markdown_to_html }}
22
22
</section >
23
23
24
24
<div class =" mb-3" style =" position: relative;" >
You can’t perform that action at this time.
0 commit comments