Forum Discussion

v-vemami's avatar
v-vemami
Helper
4 years ago

Not able to find some components

Not able to find some components in components tab and endpoints tab. where we can find those

 

example : component Name - forums.widget.recent-messages

  • Studio's "Components" tab will only list the custom components in your instance. It will not list Khoros' built-in ones. Some of them can be found in the page layout module on the left-hand sand. The more comprehensive list is what Tariq shared. You can insert these in a page layout by editing the XML quilt and inserting a new line like:

    <component id="custom.acme"/>

    somewhere in a block

    <add to="xxxxx">
       ....
    </add>

  • Studio's "Components" tab will only list the custom components in your instance. It will not list Khoros' built-in ones. Some of them can be found in the page layout module on the left-hand sand. The more comprehensive list is what Tariq shared. You can insert these in a page layout by editing the XML quilt and inserting a new line like:

    <component id="custom.acme"/>

    somewhere in a block

    <add to="xxxxx">
       ....
    </add>