mirror of
https://github.com/discourse/discourse.git
synced 2025-03-31 21:46:09 +08:00

```js const panels = [ { id: "test1", rawTitle: "Test 1" }, { id: "test2", rawTitle: "Test 2" } ]; showModal("a-modal", { panels })); ```