...
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 defined in a .hbs
file (e.g., header.hbs
).
Why are some partial
...
definitions empty?
The partial definitions of some partials (such as, sidebar-container.hbs
and extended-search-attributes.hbs
) are empty, because they are placeholder partials, which do not have any actual implementation on the ES side.
...