Custom CKEditor Aimeos 2024 Typo3 12
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 22
- Joined: 10 Oct 2024, 12:51
Custom CKEditor Aimeos 2024 Typo3 12
Somehow the CKEditor configuration is no longer applied. It worked in Typo3 11 / Aimeos 22, but not much has changed since then?
manifest.jsb2
themes/admin/jqadm/custom.js will be not included somehow.
manifest.jsb2
Code: Select all
{
"projectName": "zoechling",
"licenseText": "proprietary",
"pkgs": [{
"file": "zcss",
"isDebug": true,
"fileIncludes": [{
"text": "custom.css",
"path": "themes/admin/jqadm/"
}]
}, {
"file": "zjs",
"isDebug": true,
"fileIncludes": [{
"text": "custom.js",
"path": "themes/admin/jqadm/"
}]
}],
"resources" : []
}
-
- Posts: 22
- Joined: 10 Oct 2024, 12:51
Re: Custom CKEditor Aimeos 2024 Typo3 12
it works like this, but
Aimeos.ckeditor.toolbar = [
'link',
'bold', 'italic',
'undo', 'redo', '|',
'specialCharacters', 'removeFormat', '|',
'bulletedList', 'numberedList', '|',
'blockQuote', '|',
'insertTable', 'mediaEmbed', '|',
'sourceEditing'
]
has no effect in the file.
Aimeos.ckeditor.toolbar = [
'link',
'bold', 'italic',
'undo', 'redo', '|',
'specialCharacters', 'removeFormat', '|',
'bulletedList', 'numberedList', '|',
'blockQuote', '|',
'insertTable', 'mediaEmbed', '|',
'sourceEditing'
]
has no effect in the file.
"pkgs": [{
"name": "xxxx CSS",
"file": "index-css",
"isDebug": true,
"fileIncludes": [{
"text": "custom.css",
"path": "themes/admin/jqadm/"
}]
}, {
"name": "xxxx JS",
"file": "index-js",
"isDebug": true,
"fileIncludes": [{
"text": "custom.js",
"path": "themes/admin/jqadm/"
}]
}],
Re: Custom CKEditor Aimeos 2024 Typo3 12
Please upgrade to the lastest 2024.10.x Aimeos version. There was a JS dependency/timing problem in earlier versions
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star