Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

akaria
akaria
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
2

Posts

Posts
15

Discussions

Discussions
1

Questions

Questions
14

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by akaria
Customize the badges you want to showcase on your profile
Re: How to find which user locked a page? - Adobe Experience Manager 23-08-2021
Hi @akaria , To check if jcr:lockOwner property exists in your pages, we can use below query and then we can get the value of it. path=/content/sample property=jcr:content/jcr:lockOwner property.operation=existsp.limit=-1

Views

183

Likes

2

Replies

0
Re: Problems building the project created by the aem-proj... - Adobe Experience Manager 02-08-2021
@akaria : Greate.. Happy Learning..!!

Views

921

Likes

0

Replies

0
Re: Log out inactive AEM users automatically - Adobe Experience Manager 21-07-2021
Hi @akaria , You can make use of Oak login token session expiration. The steps to do that can be found in the below linkHow to set the Oak login token session expiration | Adobe Experience Cloud Hope it helps!!Thanks

Views

328

Like

1

Replies

0
Re: How to utilize rep:glob restrictions in permission se... - Adobe Experience Manager 20-07-2021
I managed to set the permissions for the destination paths by adding a simple Allow jcr:read statement:Allow | jcr:read | (No restrictions)e.g.project/us/en/products | Allow | jcr:read | (No restrictions) As for intermediary paths like "project" and "project/us/en", add these two to each path:Allow | jcr:read | rep:glob=""Allow | jcr:read | rep:glob="/jcr:content/*"e.g.project/us/en | Allow | jcr:read | rep:glob=""project/us/en | Allow | jcr:read | rep:glob="/jcr:content/*"This will let them pas...

Views

950

Like

1

Replies

0
Re: How to put videos (stored in /content/dam) on a page... - Adobe Experience Manager 28-06-2021
Hi @akaria!For videos, there is a wide range of client-side video players available as well as the standard HTML5 video player. You can leverage any of these in a custom component or base your implementation on the Embed Core Component.A basic implementation should be quite straight forward. While there is no need to migrate your video content (they can be left in the /content/dam structure), you will have to migrate resource types of existing page content to reflect the new components resource ...

Views

209

Likes

2

Replies

0
Re: Conditionally add tabs to page properties based on te... - Adobe Experience Manager 11-03-2021
@Suraj_Kamdi, Good to see you back in action. AEM Community miss super users like you. Keep doing the great work.

Views

436

Likes

0

Replies

0
Re: CQ-DAM-Handler-Gibson Font Manager Service: Is it pos... - Adobe Experience Manager 16-02-2021
Hi Arun,Ok, I understand it's not possible to store font files inside CRXDE.Adding the path to system font library worked, thanks!

Views

328

Likes

0

Replies

0
Re: AEM File Transfers for Developers | AEM Community Blog Seeding - Adobe Experience Manager 17-11-2020
Hi everyone, I'm trying to use this repo command line tool introduced here:https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/set-up-a-local-aem-development-environment.html I followed the instructions told in the video, and I've checked that:repo version is shown when "repo -version" command is executedcontent of tasks.json is the same as the one shown here (repo tool github)current directory is under "ui.apps/src/main/content/jcr_root" Other Info:I'm using ...

Views

433

Likes

0

Replies

0
Re: Unable to modify package properties and build the pac... - Adobe Experience Manager 18-08-2020
Hi @kalyan_venkat, I've added all intermediate paths and the build works as I desired! Thank you very much!

Views

856

Likes

0

Replies

0