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

leeasling
leeasling
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
75

Likes Received

Likes Received
79

Posts

Posts
292

Discussions

Discussions
49

Questions

Questions
243

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by leeasling
Customize the badges you want to showcase on your profile
Re: tel: protocol not working in aem for pathfield classic ui - Adobe Experience Manager 13-06-2017
Can you add an image of the HTML source of the anchor tag as it's rendered on the page?

Views

7.7K

Like

1

Replies

0
Re: tel: protocol not working in aem for pathfield classic ui - Adobe Experience Manager 13-06-2017
You have to update the Day CQ Link Checker Service (com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl) to allow for tel: links.You should also change the content of the href to @ context='uri'

Views

7.7K

Like

1

Replies

3
Re: Disabling delete option for component - Adobe Experience Manager 13-06-2017
Have you tried putting a cq:editConfig in place and not providing the delete option?

Views

2.8K

Likes

2

Replies

1
Re: touch ui page not getting refreshed on adding new component - Adobe Experience Manager 13-06-2017
First off, I would maybe try a private browser window and make sure it's not a javascript caching issue.Secondly, I would take a look at your node structure and make sure that the page has a valid cq:template and sling:resourceType.

Views

8.5K

Like

1

Replies

0
Re: Custom Multifield is not working In AEM 6.3 - Adobe Experience Manager 13-06-2017
This typically happens because 2 xtypes have the same namespace and therefore AEM tries to load both. I've seen this with ACS Commons installed (with their multifield panel) and also a custom multifield being installed.

Views

1.2K

Like

1

Replies

0
Re: AEM Query for property with no value - Adobe Experience Manager 13-06-2017
Not to my knowledge with the query builder. Instead of setting the value to blank, could you set it to "none" and query for "none" instead?

Views

5.0K

Like

1

Replies

0
Re: Content Fragments Use-Cases? - Adobe Experience Manager 13-06-2017
1. You're correct. I think the point is that the content itself is located centrally and available for other authors to see, can be controlled by permissions, and you can create snippets based off of a content fragment and variations of a content fragment. From an authoring standpoint I don't believe there is any benefit as far as the number of fields, just that for other authors the content can be viewed centrally without navigating the site to find it.2. Again, good question. Language variatio...

Views

2.0K

Likes

2

Replies

0
Re: AEM Query for property with no value - Adobe Experience Manager 13-06-2017
I think the difference is that you removed the value, meaning that the property name still exists on the node but has an empty string - when you save an empty value using a dialog, the property itself is removed - so the not operation looks for the property not being on the node at all. Go ahead and delete the "test" property rather than give it an empty value and the query should return that page.

Views

5.0K

Likes

0

Replies

0
Re: Content Fragments Use-Cases? - Adobe Experience Manager 13-06-2017
I think the point of content fragments was to be able to create pieces of content that could potentially be used in multiples places, with or without slight variations, and house them in a single location, rather than prior where you'd need to use a reference component and have the author navigate the node structure to find what they're looking for.To attempt to answer your questions:1. They can be used for anything, long articles, short blurbs, it really doesn't matter the length of the text. Y...

Views

2.0K

Like

1

Replies

0
Re: Custom Multifield is not working In AEM 6.3 - Adobe Experience Manager 13-06-2017
This is very vague.This is also the reason you don't implement custom multifields, because the API's are constantly changing.

Views

1.3K

Likes

0

Replies

0