QuestionQ5

Adobe Experience Manager Sites

Which two actions are necessary to delete a manually installed theme?

Choose two
  • A Remove the theme using the theme:uninstall CLI command
  • B Remove the directory app/design/frontend/<VendorName>/<ThemeName>
  • C Disable the theme from the backend admin configuration
  • D Remove the theme record from the theme database table
Explanation

A manually installed, non-Composer theme must have its code removed from app/design/frontend/<VendorName>/<ThemeName> and its corresponding registration removed from the theme database table. The theme:uninstall command is for Composer-packaged themes, while disabling a theme does not remove its code or database record.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!