Hi,You can use script to upload file so you don't have to do manually. You can write a script which will read all file paths and upload to crx/de DAM path. #!/bin/bash file=path.txt SOURCE="http://localhost:4502" # The user credentials on the source server (username:password) SOURCE_CRED="admin:admi...
Hi Pradeep,In case of rte, Left alignment only when center or right alignment is already enabled.So, if you've removed center & right alignment, left alignment will have no operation to do.Thanks,Himanshu
Hi,I need to create a maven project with uses Grunt to perform tasks such as js error check, minification, convert scss into css.I've followed many links and tried to set it up but so far no success.Could anyone share any working sample project with sample grunt configuration?Thanks,Himanshu
vinayk70574604 wrote... Hi Himanshu, Could you explain a little more about the requirement which requires author to place a code(<script>), because this doesn't look like a good practice? If the content has to be beautified or modified for some reasons, it can always be done in the component's scrip...
nupurjain wrote... Hey, In classic UI ,you can use Xtype htmleditor instead of rte if you want to write js. It won't remove the script tag. But for touch UI , I don't see any resourceType for that. Hope it helps! Thanks Nupur Thanks Nupur!But, the requirements was for Touch UI. For foundation/compo...
There are some community articles that show use of RTE and script - see this as an example: http://experience-aem.blogspot.ca/2015/01/aem-6-sp1-touch-ui-rich-text-editor-plugin-to-upper-case.html
I'm still getting this error : 12.11.2016 12:49:43.355 *INFO* [OsgiInstallerImpl] org.apache.sling.installer.core.impl.tasks.BundleStartTask Could not start bundle common-utility.core [579]. Reason: {}. Will retry.org.osgi.framework.BundleException: Unresolved constraint in bundle common-utility.cor...
I'm getting this error while installing bundle.org.osgi.framework.BundleException: Unresolved constraint in bundle common-utility.core [574]: Unable to resolve 574.0: missing requirement [574.0] osgi.wiring.package; (&(osgi.wiring.package=javax.inject)(version>=1.0.0)(!(version>=2.0.0))) at o...
To add single/multiple filters to create a package, best way could be, create a text file and add all the filter paths in text file. Afterwards, create a script to create, add filter and build package with the help of curl command.I've created a script which reads filter paths from text file then it...