PennController for IBEX › Forums › Support › Can’t locate an item in my code › Reply To: Can’t locate an item in my code
March 1, 2023 at 9:00 am
#9970
Keymaster
Hello,
Specify the continueMessage parameter of the Message controller, as in
["intro", "Message", {html:
["div",
["p", ["h1", "Hello"]],
["p", ["strong", "word"]]
]
,
continueMessage: "My custom message"
}]
Jeremy