Collections only have a reference to the original assets or a search query in case of smart collection. Your folders will have the actual assets. Assets are grouped into different folders based on customer's taxonomy and business requirements. Collections can be used to group assets(again only refer...
Smart Tagging generates the tags only in English. You can check Smart Translation which will help in searching for asset metadata in different languages. Using Smart Translation Search
AEM inbox shows notifications that are assigned to a user or to groups that the user is part of. Unless you are an admin, you will not see all the notifications. If this is not the behavior for you, please check the permissions for the user.
You can do it on the client side using javascript so that it's upgrade proof. Experiencing Adobe Experience Manager - Day CQ: In the blog "Experiencing Adobe Experience Manger - Day CQ" has many posts on extending AEM consoles client side. It will definitely be additional work but it will be helpfu...
I Just tried this and it worked for me.info.jsuse(function () { var value1 = "Experince"; var value2 = "Manager"; var retValue = value1 + " " + value2; return { newValue: retValue };});and in my component,<p data-sly-use.info="info.js">${info.newValue}</p>Output:Experience ...
Check the core components image componentaem-core-wcm-components/content/src/content/jcr_root/apps/core/wcm/components/image/v2/image at master · adobe/aem-core-…