Glossary loader¶
It loads given rows to the spy_glossary_key table and the spy_glossary_translation table.
Usage:
<glossary
keyField="key"
translationField="translation"
localeIdField="localeId"
/>
Attributes:
keyField
- name of the field containing the keytranslationField
- name of the field containing the value for translation tablelocaleIdField
- name of the field containing the fk_locale for translation table