tp: rename field translation

This commit is contained in:
2021-09-15 16:11:25 +02:00
parent e94790b8ab
commit 6e31e01e51
3 changed files with 4 additions and 4 deletions

View File

@@ -52,10 +52,10 @@ Fields.forEach(function(field) {
ClassicEditor
.create( field )
.then( editor => {
console.log( 'CkEditor was initialized', editor );
//console.log( 'CkEditor was initialized', editor );
})
.catch( error => {
console.error( error.stack );
})
;
});
});