How Can I Upload a New Theme in WSO2? - themes

I have been trying to change the theme of my WSO2 store.
It would only allow me to customize CSS and images. I want to apply a new structure to the theme.
Is it possible? If so, how?

Depends on which version you are using.
If you are using WSO2 Cloud. You have to create a zip file with the custom css and upload it on the platform.
https://docs.wso2.com/display/APICloud/Customize+the+API+Store+Theme
If you are using WSO2 Local server then you will have to follow certain steps shown in the link below.
https://docs.wso2.com/display/AM200/Adding+a+New+API+Store+Theme

Related

Laravel e-commerce project using Aimeos package

I'm trying to work on a Laravel e-commerce project where I'm planning on using the Aimeos package for a multi-vendor platform with a front-end custom theme. However, I'm not able to find the proper documentation to follow, and I'm kind of lost. Is there is any resource that I can use for reference or any guidance from the experts, please?
To customize laravel aimeos to your needs, you can create a theme extension:
https://aimeos.org/docs/latest/laravel/themes/
Tool to generate a theme extension: https://aimeos.org/extensions
You will be able to make changes to the client views and components as well as to the administrative panel without losing the changes when updating the laravel aimeos package.
Regards,

strapi - change upload folder location and restrict access to files

Is there a way in strapi to configure location for uploading media and also restrict access to it?
the docs for configuring the middleware lists only one option for changing maxFileSize.
Strapi uses is koa-body and formidable to process files but I couldnt find option to configure path there also.
I'm on strapi v3.6.2.
Restricting access to files: As far as I know, the upload plugin does not support restricting access to files, based on user-permissions authentication. For example, the aws bucket provider expects a public bucket and the local upload provider serves all files indiscriminately. Options for getting around this include:
Making a custom upload provider
Modifying the upload plugin, develop a custom plugin
Fully custom uploads in a strapi model service
....
Upload folder location: Strapi-provider-upload-local picks up a path from the middleware config here. Although I don't know if this variable is used anywhere else and can be (safely) changed in the middleware config file.

Change File Upload Path

How do I change the default path for the file upload in Strapi? I want to store the uploaded files to a network filer instead of the location where strapi is installed.
There are plugins that you can install in order to upload to 3th party cloud storage platform
These are the official ones:
strapi-provider-upload-aws-s3
strapi-provider-upload-cloudinary
strapi-provider-upload-rackspace
You can check out this article for the detailed implementation https://strapi.io/documentation/3.0.0-beta.x/plugins/upload.html#install-providers

CKEditor issue not reading from cloud storage

After installing the Mandeeps Cloud Storage module, we have confirmed it is enabled as a connector. We have confirmed, using the DNN site assets the files are being read from Azure. We do have an issue with the CKeditor, reading files locally and not using the connector. Is there a setting or fix for this.
I havent used the Mandeeps cloud storage but their knowlegdebase is pretty good and it seems to cover this topic
"you can use existing Azure folders by adding a folder of the same name in Add Folder TextBox in FileManger"
https://www.mandeeps.com/support/knowledgebase/cloud-storage-folder-types-windows-azure
there is also a default file location for the ckeditor that can be configured from the site settings page
HTML editor manager

File Upload For Custom Magento 1.5.0.1 Dataflow

I have made a custom Magento 1.5.0.1 Dataflow module using this guide: http://blog.baobaz.com/en/blog/customizing-magento-dataflow-import-of-custom-data
Everything is working well, however, is it possible to use a file upload rather than needing to manually upload a file via FTP and specifying the file location?

Resources