Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A app.js script

    • Defines new page and API endpoints.

    • Specifies extensions on which dependencies exist.

    • Specifies whether an extension should be loaded.

    • For more information, see app.js Script.

  • A pages directory - The page controllers are picked up from this directory.

  • An apis directory - The API controllers are picked up from this directory.

  • A themes directory - This directory serves a similar function to the app themes directory, and the ES rendering framework attempts to pick up resources in this directory under each theme name.

...