Categories

The Categories HAPI component will pull data related to categories from the Control Panel

Categories can be set here - https://control.peoplevine.com/admin_categories.aspx

Categories are used to filter components in the Portal. They can be attached to components like directory profiles, schedulers, products, etc.

You can also create sub-categories by first creating the Parent category and then selecting the Parent category while creating the sub-category

Categories can be member-facing or internal use-only depending on the settings.

The one data-pv-type is:

  1. list - this provides all categories that have been set up in the Control Panel

<div data-pv-component="categories" data-pv-type="list" data-pv-object="abc">
    // Some code
</div>

The code above has data-pv-object so you will be able to see all data pulled by typing "abc" into the developer console.

Last updated