Yeah, B makes sense to me too. [dam:Asset] targets just the DAM image assets, which is what the question wants. A feels too broad since [nt:base] is every node type. Pretty confident with B unless they're using some custom image implementation.
I don’t think it’s A-XML was used for legacy dispatcher versions, but modern setups use .any by default. B matches the current standard and what’s in the docs for the dispatcher cache config path. C looks like a distractor with the wildcard and different extension. Pretty sure B is correct here, but open to correction if I missed something in a recent release.
_cache.any in the conf.dispatcher.d/cache/ dir. XML used to be a thing on legacy setups but .any is standard now. I think B is it, unless I’m missing something?Leaning toward C since I've worked with setups where dispatcher config files use
*_cache.config in the directory, especially when teams want to split configs out by env or feature. Also, XML (A) used to be more common on some older installs. Not totally confident but I've seen both in the wild. Anyone else prefer these over .any?Nice and straightforward wording, C.
A is what I'd pick since Layout mode in the Template Editor gives you those device-specific grid controls. Structure mode's more about the base components, not actual layout for different screen sizes. Pretty sure on this, but open to arguments if someone thinks otherwise.
I'm with A here, since Layout mode is what lets template authors adjust grid settings based on device type. Structure mode is more about the containers and page hierarchy, not the grids themselves. Unless something's different in recent releases, Layout's still the only one for device grids I think. Anyone using a different approach?
path and idpUrl to set up SAML auth in AEM, that's what fits standard configs. A is a trap with the assertionConsumerServiceURL, which isn't for IDP targeting. Open to other views but pretty sure it's B.Yeah, B looks right. SAML handler in AEM needs path for the protected resource and idpUrl for redirecting to the correct identity provider. Saw a similar question in practice tests. I think it's B, agree?
Nice catch on B and E. You need policies in the editable template to restrict which components show up (that's E), and content fragment models have their own validation configs (that's B). The others don't really fit those needs. Pretty sure that's how it's done, but open if someone has a different approach.
I'm not sure about B for validations. Wouldn't A handle field validation rules directly in the editable template? I might be missing something with content fragment models though. Can someone clarify?
Is there any official Adobe doc that clearly shows why B is preferred over A for per-component exporter overrides? Official guide or hands-on labs might help clarify the logic here.
Yeah, A makes sense since AEM package filenames are usually structured as packageName-group-version.zip. The group is used for uniqueness and organizing packages. Pretty sure that's standard now, though maybe older projects did it differently. Do you guys remember if this changed in more recent AEM updates?