Skip to content

adobe/universal-editor-sample-editable-app

Adobe Universal Editor Sample App

Using the Sample App

The Sample App is hosted at https://ue-remote-app.adobe.net. Per Default the content is retrieved and written back to the Adobe Experience Manager as a Cloud Service ( Production ) Demo Environment:

The default settings from .env can be overwritten using Query parameters:

  • authorHost: host to retrieve data from and update content to; default=https://author-p7452-e12433.adobeaemcloud.com
  • service: Universal Editor Service endpoint; default Universal Editor default
  • protocol: protocol to use with backend, can be aem, aem65, aemcsLegacy; default: aem
  • cors: defining which cors.js - connection between Universal Editor and application shall be used. Can be stage or empty; default null/empty. stage will use the cors library hosted on stage, else it will use the production version

To retrieve content from another environment add authorHost as query parameters, e.g.

https://ue-remote-app.adobe.net?authorHost=https://author-p7452-e12433.adobeaemcloud.com

Similarly, if running the Universal Editor App on local dev environment, add authorHost as query parameters like this:

https://localhost:3000?authorHost=https://localhost:8443&service=https://localhost:8443/universal-editor

Run locally

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open https://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

yarn build

Builds the app for production to the dist folder.

yarn preview

Run the built app in production mode locally to verify the build.

yarn deploy

Build the application and push it to GitHub pages

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6