I'm wondering why not all template files (.twig) used by a specific "Screen" are showing up in file control window of the Theme Editor. E.g. "register_form.twig" is used by the "Register" screen but it is not showing up in the file control window.
Even if I copy the file manually to the respective directory the file gets used by LS correctly but it is not shown in the file control window what means that you can't edit it in the Theme Editor.
What is the underlying issue here (guessing its intended) and how can it be solved?
The actual purpose of my question is that I want to edit "register_form.twig".
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
The following user(s) said Thank You: LouisGac, QuoTil
If you register it in the template_editor --> screens --> register section of your config.xml file, you should see it in the editor when you select the "Registration" screen.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Very interesting! I'm using an custom extended fruity theme. I now understand that the config.xml is also inherited in this case from vanilla to fruity to fruity_extended. The respective xml-record was not in the config.xml of the vanilla theme at my end. I added the record and it works.