Skip to content

Commit

Permalink
Merge branch 'master' into maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki authored Mar 4, 2025
2 parents 74ecd44 + a6899b9 commit 4221a62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pat/modal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ Show content in a modal.
href="#modal2"
class="plone-btn plone-btn-large plone-btn-primary pat-plone-modal"
data-pat-plone-modal="{'width': '400', 'buttons': ['.plone-btn']}"
>Modal basic</a
>Modal with buttons</a
>
<div id="modal2" style="display: none">
<h1>Basic modal!</h1>
<h1>Modal with buttons!</h1>
<p>Indeed. Whoa whoa whoa whoa. Wait.</p>
<input type="submit" class="btn btn-secondary plone-btn me-1" name="cancel" value="Cancel" />
<input type="submit" class="btn btn-primary plone-btn" name="insert" value="Submit" />
</div>
```

Expand Down

0 comments on commit 4221a62

Please sign in to comment.