AEM Dialog Replacer

  • TypeScript

What is AEM Dialog Replacer?

AEM Dialog Replacer is a Visual Studio Code extension that simplifies the process of updating dialogs in Adobe Experience Manager (AEM). With a single command, you can replace the content of a dialog directly from your editor.


🚀 Key Features

  • Run the Replace AEM Dialog command to automatically update the dialog's XML.
  • No need to navigate through CRX or the AEM web console.
  • Save time working in complex AEM development environments.
  • Compatible with custom configurations and multi-project setups.

🛠️ How to Use

  1. Open the .content.xml file of the dialog you want to update.
  2. Run the Replace AEM Dialog command from the command palette (Cmd+Shift+P or Ctrl+Shift+P).
  3. The extension will detect your local instance and update the dialog on your AEM repository.

📦 Requirements

  • A running AEM instance.
  • Make sure your local server URL is configured (e.g., http://localhost:4502).
  • Sufficient permissions to perform POST requests on dialog paths