Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package-assets.md #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/package-assets.md
Expand Up @@ -60,7 +60,7 @@ An app can be integrated into the ctrlX CORE navigation by defining menu entries

### Declare menu items in the package-manifest

Add a "menus" element to the package manifest of your snap. The "menus" element is defined as an object that comprises three elements:
Add a "menus" element to the package manifest of your snap. The "menus" element is defined as an object that comprises four elements:

* sidebar: An array of items to be integrated into the main menu
* settings: An array of items to be integrated into the settings menu
Expand Down Expand Up @@ -648,4 +648,4 @@ Additionally you have to provide the language files for the package-manifest in
}
```

Basically you can translate every aspect of the package-manifest this way.
Basically you can translate every aspect of the package-manifest this way.