How to create a snapin

Thank you @example
I found these two variables and fixed my problem.

'Public Description' => array(
'type' => 'hidden',
'description' => 'Description to be seen by public',
'value' => 'View Server Details',
),


'Use Image' => array(
'type' => 'hidden',
'value' => '1'
)
 
Another Question about SnapIN.

Action sends by Ajax like below

1638736312475.png


and receive in Plugin like below

1638736419536.png

but viewqqq has no permission to run in Public ;

how we can set permission for this ?

Thanks
 
Back
Top