Versions Compared

Key

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

Table of Contents

General ES questions

What is a partial?

All of the views found in the Store and Publisher also consists of a number nested smaller views. Each of these views are referred to a partial, which is a .hbs file.

...

 

Questions regarding locations of key ES files and directories

Where is the default asset extension for the Publisher located?

It is located in the <ES_HOME>/repository/deployment/server/jaggeryapps/publisher/extensions/assets/default/asset.js  file.
 

Where is the default asset extension for the Store located?

It is located in the <ES_HOME>/repository/deployment/server/jaggeryapps/store/extensions/assets/default/asset.js  file.
 

Where are the default partials for the Publisher located?

It is located in the <ES_HOME>/repository/deployment/server/jaggeryapps/publisher/themes/default/partials directory.
 

Where are the default partials for the Store located?

It is located in the <ES_HOME>/repository/deployment/server/jaggeryapps/store/themes/store/partials directory.
 

Where should Publisher asset extensions be stored?

Publisher asset extensions need to be stored in the <ES_HOME>/repository/deployment/server/jaggeryapps/publisher/extensions/assets directory.
 

Where should Store asset extensions be stored?

...