Skip to content

Commit

Permalink
Revert 377652: Extended Text Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBSI committed Oct 11, 2024
1 parent 51cdfbd commit c3d0f6d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions content-elements/base/text/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
require('./styles.scss');

module.exports = require('./prototype')();
module.exports.editor = (textEditorConfig) =>
require('./prototype')(
require('./template.twig'),
'text-kkq2fq',
'Text',
'text-part-Fjse59',
'Text',
textEditorConfig
);
module.exports = require('./prototype')();

0 comments on commit c3d0f6d

Please sign in to comment.