Custom

It helps you to add custom component in the menu.

Possible Locations

Child Elements

Attributes


Name Type Description
title
required
String The name, which has to be displayed in the help document.
home-page Boolean Decides whether this element has to be displayed as home page.
  • true: It will be displayed as the home page.
  • false (default): It will not be displayed as the home page.

Example

Whenever you want to add additional information (apart from the details in ZSPEC, you can use this tag. Let us say you want to add the API Limits as a separate page, then you need to add the details inside <content> of <custom> as shown below.

    
copy
<custom title="API Limits"> <content> # API Limits API calls in Travel Bureau are associated with credits. Each API call made will result in a reduction of 1 credit. The credits are deducted from your credit count, based on the type of the API call that you make. If your organization requires more API credits than the allowed limit, the super-admin of your org can increase the credit limit by contacting our support team. </content> </custom>

Last Updated 2025-05-30 16:54:59 +0530 +0530