mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
```js
const panels = [
{ id: "test1", rawTitle: "Test 1" },
{ id: "test2", rawTitle: "Test 2" }
];
showModal("a-modal", { panels }));
```