Skip to content

Commit

Permalink
Document Flow UI accordion jmix-framework#506
Browse files Browse the repository at this point in the history
fix example
  • Loading branch information
iudaev committed Jul 12, 2023
1 parent cce6acc commit d065c8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<layout>
<!-- tag::basics[] -->
<accordion id="accordion">
<accordionPanel summaryText="Stamford" opened="true" id="accordionPanel1">
<accordionPanel summaryText="Stamford">
<div text="Stamford is a town in the South Kesteven District of Lincolnshire, England."/>
</accordionPanel>
<accordionPanel summaryText="Boston" opened="true">
<accordionPanel summaryText="Boston">
<div text="Boston is the capital and largest city of the American Northeast."/>
</accordionPanel>
<accordionPanel summaryText="London">
Expand Down

0 comments on commit d065c8a

Please sign in to comment.