Intro
SAP Commerce's Backoffice uses ZKCKEditor(ZKCKeditor is a wrapper of CKEditor for the ZK framework) as a WYSIWYG editor. Out of the box, CKEditor supports various additional plugins other than those that are already installed.
In this blog pos...
Intro
SAP Commerce's Backoffice uses CKEditor 4 as a WYSIWYG editor. Out of the box, CKEditor does support file/image upload, we just need to provide the API for file/image upload, although it's not enabled by default.
By default, the image dialog i...
Hi All,
How to create a REST controller for the backoffice that will accept JSON and return JSON?
I've searched for a backoffice controller and can't find it, I know the backoffice uses the Zkoss framework instead of Spring, and I'm unfamiliar wi...
Hi All,
I want to override OOTB SessionContext, how can I achieve this?
I am already trying:
- Use AOP, add pointcut to getAtrribute() method, but my code never executed
- Create a new class, extend it to OOTB SessionContext, then register it...
Hi All,
How can we detect that the system is still initializing?
We have some after save listener that we don't want to be executed when the system is initialized.
I'm trying to use this, but it didn't work because it always return true
Regi...
This happens because solr only allows access from 127.0.0.1 (its own machine), where your case, you installed it on WSL and tried to access it from Windows, so it counts as remote access.to resolve this, I usually just edit the bin/solr file (for Lin...
To be able to search items in advanced search, or editor area, first you need to define its simple search. Let's say your itemtype has 2 fields in it, code and otherField, and you want those 2 fields to be searchable, you need to define it in backoff...
You need to create the simple search config<context type="UserGroup" component="simple-search"> <simple-search:simple-search> <simple-search:field name="yourAttribute1"/> <simple-search:field name="yourAttribute2"/> </simple-searc...
Hi,You can achieve this by adding this to any spring.xml file (If you have custom smartedit extension, add it to your customsmartedit-spring.xml, otherwise you can add it to the core-spring.xml, webservices-spring.xml, or other spring.xml that you li...
Hi yannick.robin
If I have some restrictions to the content slot or component, then I enable cache (CMS cache, CMS rendering cache, content slot cache), will the restrictions still be applied?