mirror of
https://github.com/discourse/discourse.git
synced 2025-04-14 11:22:57 +08:00

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