Part of the information in the configuration file is for the calls to the Soft-bar API, and some of it is just to improve the appearance of our form. Add the following controls to the body element, which will give the user some information about the soft-bar being added:
<body>
<h1><xf:output ref="name" /></h1>
<xf:output
value="concat('
<img src="',
screenshot,
'" />'
)"
/>
<div><xf:output ref="description" /></div>
</body>If you save and refresh the form, you should see a heading of the name of the soft-bar, a screenshot (if there is one), and a description of what the bar does.