discourse/app/assets/javascripts/discourse-markdown-it/addon-main.cjs
Chris Alberti 61033eed4c
FIX: Hide secret admin fields by default (#33255)
Fixed the refs to the `setting` argument and refactored more of the component over to glimmer style, added test against regression
2025-06-24 13:36:59 -05:00

4 lines
114 B
JavaScript

"use strict";
const { addonV1Shim } = require("@embroider/addon-shim");
module.exports = addonV1Shim(__dirname);