Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
No, a candidate field wouldn't require multiple components - a script on your gear component would look up all the ModCatAllw tags on it, and generate an expression from that list of tags.
So I need to add a field to hold the candidate field to the helper pick? And I may have to create a new compset to handle this?
This is the helper I created for the mods.
Code:<thing id="ModHelper" name="Modification Helper" compset="Simple"> </thing>
No, this new component only needs a single field - nothing else.
<!-- ModHelp component
This component helps with the derivation of ModCatAllw expressions
-->
<component
id="ModHelp"
name="ModHelp">
<field
id="AllowMods"
name="Modification Category Allowed"
type="user">
</field>
</component>