diff --git a/Template/test.json b/Template/test.json index 51f3487..a0c6e1d 100644 --- a/Template/test.json +++ b/Template/test.json @@ -410,6 +410,20 @@ { "label": "Organizr port", "name": "OGANIZRPORT" + }, + { + "label": "enable php", + "name": "FPM", + "select": [{ + "text": "True", + "value": "true" + }, + { + "text": "False", + "value": "flase", + "default": true + } + ] } ], "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/organizr-icon.png",