3
0
Fork 0
This repository has been archived on 2024-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
ThemeParkPlus-Panel/public/assets/development/plugins/strictbbcode.js

22 lines
528 B
JavaScript
Raw Normal View History

2021-06-27 19:01:43 +00:00
/**
* SCEditor Strict BBCode Plugin
* http://www.sceditor.com/
*
* Copyright (C) 2016, Sam Clarke (samclarke.com)
*
* SCEditor is licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
* @author Sam Clarke
*/
// (function (sceditor) {
// 'use strict';
// // var extend = sceditor.utils.extend;
// sceditor.plugins.strictbbcode = function () {
// // override bbcode plugin add and update default bbcodes to have attrs
// // and override their exec funcs
// };
// }(sceditor));