init
This commit is contained in:
15
public/tinymce/src/plugins/bbcode/main/ts/api/Settings.ts
Normal file
15
public/tinymce/src/plugins/bbcode/main/ts/api/Settings.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
||||
* Licensed under the LGPL or a commercial license.
|
||||
* For LGPL see License.txt in the project root for license information.
|
||||
* For commercial licenses see https://www.tiny.cloud/
|
||||
*/
|
||||
|
||||
const getDialect = function (editor) {
|
||||
// Note: This option isn't even used since we only support one dialect
|
||||
return editor.getParam('bbcode_dialect', 'punbb').toLowerCase();
|
||||
};
|
||||
|
||||
export default {
|
||||
getDialect
|
||||
};
|
||||
Reference in New Issue
Block a user