Edit mini program information
Edit mini program information to keep it accurate and up-to-date, or add information you skipped during quick setup to make your mini program ready for release.
Note: The following fields are non-editable:
- Mini Program Type: If it is wrong, you must create a new mini program.
- Language: If it is wrong, add a new language version for your mini program information with the correct language, copy your content, and then delete the old version.
Before you begin
Ensure the following things:
- You have either of the following access:
- Workspace admin role for the workspace where the mini program was created.
- Admin role for the mini program you want to modify.
- Understand how your updates take effect based on your mini program's current status. For details, see How information updates work.
Procedure
To edit mini program information, take the following steps:
Step 1: Open the mini program details page
- Log in to Mini Program Platform and navigate to the target workspace.
- In the left navigation panel, click Mini Programs.
- On the page that appears, find the target mini program in the list. You can use the search field to locate it quickly.
- Click the name of the mini program to open its details page.
Step 2: Update information
To update information in existing languages, take the following steps:
- Click the Information tab.
- From the language tabs at the top of this section, select the language for the information you want to edit.
- Scroll down and click Edit at the bottom of this section.
- Edit the fields as needed for that language.
- Click Save to save your changes.
- (Optional) If needed, repeat steps 1-4 to update the information in other languages.
Note: Always save your changes before switching to edit another language or adding a new language. Otherwise, your unsaved edits might be lost.
After saving, you will see one of the following two dialogs:
- If editing a DSL mini program, or an H5+ mini program whose latest version in all target apps is New Version Created: A dialog that confirms your changes. Click OK to finish.
- If editing an H5+ mini program, but its latest version status in any target app has a status other than New Version Created: A dialog that prompts you to create a new mini program version. For configuration instructions, see Step 3: Configure a new mini program version.
(Optional) Step 3: Configure a new mini program version
If prompted to create a new version, configure as follows:
- Review or change the version number
- Check the New Version field, whose value uses the
major.minor.patchformat. The field is pre-filled with a suggested version that increments the patch number by 1 (for example,1.0.1if the latest version is1.0.0). - If needed, change the version number. You can follow Semantic Versioning guidelines to assign one.
- Select a next step
- Click Save to create the new version. This will add it to the Versions tab for later action.
- Click Save & Publish to create the new version and start the release process for this version. For release instructions, see Release a mini program.