on ‎2019 Feb 20 3:57 PM
Few more queries about smartedit : 1. Can we hide a page without deleting it? 2. Can we redirect a user after hiding that page?
Request clarification before answering.
Smartedit 6.5.0 supports only images. You'll need to create your own component type, please, check below wiki page for more information: https://help.hybris.com/6.5.0/hcd/6c036ecad0de4e269fb50f2a41de1271.html
Specifically, these two js files are used by Smartedit to validate file types:
/cmssmartedit/jsTarget/web/features/cmssmarteditContainer/components/genericEditor/media/services/seFileValidationService.js /cmssmartedit/jsTarget/web/features/cmssmarteditContainer/components/genericEditor/media/services/seFileMimeTypeService.js
seFileValidationService.js => ACCEPTED_FILE_TYPES array contains the supported file extensions. seFileMimeTypeService.js => VALID_IMAGE_MIME_TYPE_CODES array contains the valid file signatures, check https://en.wikipedia.org/wiki/List_of_file_signatures for additional codes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.