From 35cc34ab179b829427cc63571985636819d51c4e Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Tue, 27 Aug 2024 13:53:15 +0200 Subject: [PATCH] DEV: Update ace-editor usage (#220) AceEditor is now a glimmer component (see: https://github.com/discourse/discourse/pull/28492) and it follows the "data down, actions up" pattern. --- .../discourse/templates/admin/plugins-house-ads-show.hbs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/admin/assets/javascripts/discourse/templates/admin/plugins-house-ads-show.hbs b/admin/assets/javascripts/discourse/templates/admin/plugins-house-ads-show.hbs index f325b22..7fa9704 100644 --- a/admin/assets/javascripts/discourse/templates/admin/plugins-house-ads-show.hbs +++ b/admin/assets/javascripts/discourse/templates/admin/plugins-house-ads-show.hbs @@ -1,7 +1,11 @@

- +