186
Views
4
Comments
[CKEditor] Adding multiple resource files and maintaining directory structure
Question
ckeditor
Web icon
Forge asset by CKEditor Team

Hi Guys

Im trying to update the CKEditor module and need to add a number of plugins etc....

Is there a way to bulk add resources (js files etc) to the resources folder... as they have in the CKEDITOR module: https://www.outsystems.com/forge/component/97/ckeditor/ without adding them one by one and still maintain the directory structure?


2018-05-25_1612.png
2019-11-12 17-31-26
Justin James
 
MVP

There are command line switches for running service studio to bulk update reseourses. More or leas exists for this project. :)


J.Ja

UserImage.jpg
Ryan Malone

Justin James wrote:

There are command line switches for running service studio to bulk update reseourses. More or leas exists for this project. :)


J.Ja

Hey Justin, thanks for this.... can you point to an example??? my search isn't turning up anything specific to updating resources through command line switches?


2019-11-12 17-31-26
Justin James
 
MVP

Ryan Malone wrote:

Justin James wrote:

There are command line switches for running service studio to bulk update reseourses. More or leas exists for this project. :)


J.Ja

Hey Justin, thanks for this.... can you point to an example??? my search isn't turning up anything specific to updating resources through command line switches?


Just go to the command line, dig up your service studio EXE, and run ServiceStudio.exe -help to see the full list of command line switches and what they do and how they work.

J.Ja

UserImage.jpg
Pedro Sousa

Hello,

Since Development Environment version 10.0.613.0, you can drag-and-drop files from Explorer to the Resources folder, even in bulk:


Though it does not allow you to immediately specify the target directory, you can do the following:

1) Drag the files that you wish to deploy to the same folder to the Resources tree element;

2) In Service Studio, select all the resources created in the previous step;

3) Use the bulk-editing feature available since Development Environment version 10.0.807.0 to set the "Deploy Action" and "Target Directory" properties for all the selected elements at once.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.