AEM 6510 - Adding Custom Metadata Columns in List View of Asset Search Console
GoalAdd custom metadata columns in Assets Search console - http://localhost:4502/aem/search.htmlDemo | Package Install | GithubCustom Columns in List ViewSolution1) Login to CRXDE Lite...
View ArticleAEM 6510 - Multi Site Manager Show Component Last Modified during Rollout
GoalIn AEM product, when an author clicks on Component Rollout to... menu item, the Live Copies console shows Page Modified information, this post is on extending the console to show Component modified...
View ArticleAEM 6510 - Show Filename and not Title in Asset Details and Properties Page
GoalShow file name (with extension) and not title (dc:title) in Properties and Details pageDemo | Package Install | GithubProductExtensionSolution1) Login to CRXDE Lite (http://localhost:4502/crx/de),...
View ArticleAEM 6510 - Show full Filename and not Ellipsis in Autocomplete Asset Picker
GoalAEM's Autocomplete Asset picker shows Ellipsis at the end, when Full filename does not fit in column view. This extension is for extending the picker and show full filename by wrapping it....For...
View ArticleAEM 6510 - Extend Asset Share Commons Date Filter to provide Relative Date...
GoalJust a simple component extending Asset Share Commons Date Filter - https://adobe-marketing-cloud.github.io/asset-share-commons/pages/search/date-range/Provides a text box to enter query builder...
View ArticleAEM 6510 - Authoring restrict MSM Rollout to specific User Groups
GoalProvide MSM (Multi Site Manager) Rollout functionality in authoring to specific User Groups. In this sample, its available to users of group administratorsDemo | Package Install | GithubSolution1)...
View ArticleAEM 6510 - Assets Sort Folders while applying Metadata Schema
GoalSort folders while applying a metadata schema, Tools > Assets > Metadata Schemas - /mnt/overlay/dam/gui/content/metadataschemaeditor/schemalist.htmlDemo | Package Install |...
View ArticleAEM 6520 - AEM Assets Search Provide Sorting on Name, Modified, Path
GoalAEM otb does not provide sort in Assets Search - http://localhost:4502/aem/search.html. This extension adds sort capability on columns Name, Modified and Path (also added by extension)Demo |...
View ArticleAEM 6520 - AEM Assets Configure Default Thumbnails for Various File Types
GoalIn AEM Assets, configure default thumbnails for different file types and show them in List/Card/Column of Assets console, Search consoleDemo | Package Install | GithubThumbnail for MP3 -...
View ArticleAEM 6520 - AEM Assets Search custom Metadata Columns and Sorting
GoalAdd custom metadata columns and support sorting (Name, Modified and on Custom Columns) in Asset Search - http://localhost:4502/aem/search.htmlSimilar posts for adding custom columns discussed here...
View ArticleAEM 6520 - Change Background color and Placeholder text of New Layout Container
GoalProvide custom background color and placeholder text for Layout Container (wcm/foundation/components/responsivegrid) in Authoring - /editor.htmlDemo | Package Install |...
View ArticleAEM 6520 - AEM Assets Timeline show Version name
GoalIn AEM Assets Timeline rail show the Version File Name. Showing names could be useful when the filename change frequently (say work in progress assets)Demo | Package Install |...
View ArticleAEM 6520 - AEM Assets add Custom Metadata Columns in Assets Console List View
GoalAdd Custom metadata columns in List view of Assets Console - http://localhost:4502/assets.html/This post adds columns using server side rendering, for adding columns using client side logic check...
View ArticleAEM 6520 - Sites Impersonation Component
GoalCreate a component for impersonating users on Site's pages in author and publishDemo | Package Install | GithubConfigure Impersonating Users here user nalabotu can...
View ArticleAEM 6430 - AEM Asset Share Commons Presigned S3 Download URLs
GoalAdd a Search Results component /apps/eaem-asc-s3-presigned-urls/components/results extending Asset Share Commons Search Results component /apps/asset-share-commons/components/search/results to...
View ArticleAEM 6520 - AEM Assets Share Commons S3 Presigned URLs for downloading large...
GoalAsset Share Commons provides Cart process for downloading assets. However, if the cart size is too big say 10-20GB, AEM might take a performance hit making it unusable for other activities. For...
View ArticleAEM 6520 - Sort Tags Alphabetically in Tag Move Picker
GoalSort Tags alphabetically in the Tag Move PickerFor sorting tags in console check this postDemo | Package Install | GithubProductExtensionSolution1) Login to CRXDE Lite...
View ArticleAEM 6460 - Force open a specific metadata schema while editing assets in bulk
GoalWhile bulk editing assets (eg. by selecting random assets in search results) if the usecase is to force load a specific schema, try the following sling filter...In the following example, opening...
View ArticleAEM 6460 - Query Builder Predicate Evaluator for searching assets by metadata...
GoalAdd a Query Builder predicate evaluator to search for assets by Metadata property ignoring case...Query generated by this code is something like.../jcr:root/content/dam/experience-aem//element(*,...
View ArticleAEM 6530 - Touch UI Assets Console add Metadata while Uploading Files
GoalShow simple Metadata Form in the Upload Dialog of Touch UI Assets Console; With this extension users can add metadata while uploading filesFor AEM 63 check this postDemo | Package Install |...
View Article