Index: openacs-4/packages/acs-core-docs/www/tutorial-parameters.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/tutorial-parameters.adp,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-core-docs/www/tutorial-parameters.adp 7 Aug 2017 23:47:53 -0000 1.2 @@ -0,0 +1,26 @@ + +{/doc/acs-core-docs {ACS Core Documentation}} {Adding in parameters for your package} +Adding in parameters for your package + + +
+

+Adding in parameters for your +package

Each instance of a package can have paramaters associated with +it. These are like preferences, and they can be set by the +administrator for each application to change the behavior of your +application.

To add parameters for your package, go to the Automatic Package +Manager (/acs-admin/apm)

Click on your package

Under the Manage section, click on Parameters

It's fairly self-explanatory at this point. Create the +parameters you want, and then access them in your code using the +parameter::get procedure.

+
+ + \ No newline at end of file