Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 993871e

Browse files
committed
Fixed schema.yaml file
1 parent 17ad815 commit 993871e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schema.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: "Deploy WordPress CMS on OCI with MDS"
2-
stackDescription: "Deploy WordPress CMS on OCI with MySQL Database Service"
2+
stackDescription: "Deploy WordPress CMS on OCI with MySQL Database Service (including multinode scenario)"
33
schemaVersion: 1.2.0
44
version: "20201104"
55
locale: "en"
@@ -18,6 +18,7 @@ variableGroups:
1818
- compartment_ocid
1919
- availablity_domain_name
2020
- admin_password
21+
- wp_version
2122
- wp_password
2223
- wp_site_admin_pass
2324
- numberOfNodes
@@ -75,7 +76,6 @@ variableGroups:
7576
and:
7677
- show_advanced
7778
variables:
78-
- wp_version
7979
- wp_site_admin_email
8080
- wp_site_admin_user
8181
- wp_plugins
@@ -492,9 +492,9 @@ variables:
492492
wp_version:
493493
type: enum
494494
required: false
495-
visible: false
495+
visible: true
496496
title: "WordPress Version"
497-
description: "WordPress Version"
497+
description: "Choose WordPress Version you would like to install."
498498
default: "5.8.3"
499499
enum:
500500
- "5.9"

0 commit comments

Comments
 (0)