1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-09-16 08:56:19 +02:00

chore: changed variable name to match with server

This commit is contained in:
Rajat Dabade
2024-06-10 11:57:33 +05:30
parent 01f30baf03
commit 332c35ea54
2 changed files with 2 additions and 2 deletions

View File

@@ -31,5 +31,5 @@
"help_text": "This allows board editors to share boards that can be accessed by anyone with the link."
}]
},
"disable_in_marketplace": true
"skip_marketplace_if_prepackaged": true
}

View File

@@ -50,7 +50,7 @@ const manifestStr = `
}
]
},
"disable_in_marketplace": true
"skip_marketplace_if_prepackaged": true
}
`