Replies: 1 comment
-
try: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
May be again a very basic question, but how can I access parameters which I added to my component in the code of e.g. a site view?
I have tried testing with the following code in the tmpl/default.php of the respective view:
But I only get the result:
$myComponent parameters: Warning: Undefined variable $myParams
And would the name of a config parameter set in the component config be drived from the field name that I used or how else?
Thanaks in advance for any hint.
Beta Was this translation helpful? Give feedback.
All reactions