Description Usage Arguments Value Examples
List package parameters
1 | list_package_params(package)
|
package |
package |
names of package parameters. NULL if package
has no parameters
1 2 3 4 5 | register_param('param1', 'tgconfig')
register_param('param2', 'tgconfig')
set_param('param1', 'value1', 'tgconfig')
set_param('param2', 'value2', 'tgconfig')
list_package_params('tgconfig')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.