- How can I create these 'help items' in the configuration panel? (The blue circles with white exclamation mark with a help text)
- Where can I find more information about the validation options in the configuration fields?
(Like:- Code: Select all
'validation' => 'ifany|string|minlen=1|maxlen=5'
If possible, I want to validate for decimal input only, highest and lowest possible (decimal) value and I'm wondering what this 'ifany' validates - What is the correct procedure to submit my extension?
- Are there any document conventions described?