Custom CKEditor Aimeos 2024 Typo3 12

Questions around the TYPO3 integration and plugins
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!
randomdennis
Posts: 22
Joined: 10 Oct 2024, 12:51

Custom CKEditor Aimeos 2024 Typo3 12

Post by randomdennis » 19 Dec 2024, 15:16

Somehow the CKEditor configuration is no longer applied. It worked in Typo3 11 / Aimeos 22, but not much has changed since then?

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" : []
}
themes/admin/jqadm/custom.js will be not included somehow.

randomdennis
Posts: 22
Joined: 10 Oct 2024, 12:51

Re: Custom CKEditor Aimeos 2024 Typo3 12

Post by randomdennis » 20 Dec 2024, 13:01

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.
"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/"
}]
}],

User avatar
aimeos
Administrator
Posts: 8378
Joined: 01 Jan 1970, 00:00

Re: Custom CKEditor Aimeos 2024 Typo3 12

Post by aimeos » 20 Dec 2024, 13:28

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, Image give us a star

Post Reply