Skip to main content
Contiem Connect

Project Properties

Project Properties are project specific items of information that can be re-used by reference throughout the project. An example of a HelpStudio Project Property would be the Copyright Notice property.

In addition to the standard properties defined for the Template you are using, you can define custom project properties that can be referenced from anywhere in Topic content using a %% prefix and suffix. e.g. If you defined a custom project property called ProductName, in which you defined the current Help Systems product name, you could include the property in Topic content as follows:

Welcome to the %%ProductName%% Help System.

When you build, this would be filled out with the value you provide for the ProductName property in the Project Settings, or the Build Profile, e.g.

Welcome to the NightSky Professional Help System.

For more complex re-usable content rather than just short phrases and simple values you may wish to use the Content Snippets feature instead of Project Properties. Content Snippets allow you to edit your re-usable content in a full authoring environment so it is a better choice for extensive or complex HTML content.

Top of page