| | 35 | - custom_autocreate_content.tt |
| | 36 | You can control the text that gets put into the content field of any |
| | 37 | autocreated category/locale nodes by putting it in this template. |
| | 38 | The following TT variables will be available to the template: |
| | 39 | - [% index_type %] |
| | 40 | e.g. "Category" - note that the first letter is capitalised |
| | 41 | - [% index_value %] |
| | 42 | e.g. "Vegan-friendly" - capitalisation just as typed in the edit form |
| | 43 | - [% node_name %] |
| | 44 | e.g. "Category Vegan-Friendly" - the full, "official" name of the |
| | 45 | autocreated node |
| | 46 | |