mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Small typos
This commit is contained in:
parent
8a59300420
commit
1cf951a5f9
2 changed files with 4 additions and 5 deletions
|
@ -175,10 +175,9 @@ The webadmin will issue a warning if you set a permission that is superseeded by
|
|||
|
||||
### Hide/display specific tiles in the user portal
|
||||
|
||||
Since yunohost 4.1, you can choose to hide/display specific tiles in the SSO. In the webadmin, you can do so by going in the corresponding app view, go in "Manage label and tiles" and check/uncheck the option "Display the tile in the user portal" for the corresponding permission. In command line, this may be done with :
|
||||
Since YunoHost 4.1, you can choose to hide/display specific tiles in the SSO. In the webadmin, you can do so by going in the corresponding app view, go in "Manage label and tiles" and check/uncheck the option "Display the tile in the user portal" for the corresponding permission. In command line, this may be done with:
|
||||
|
||||
```shell
|
||||
# Enable the tile for the wordpress admin interface
|
||||
# Enable the tile for the WordPress admin interface
|
||||
$ yunohost user permission update wordpress.admin --show_tile True
|
||||
```
|
||||
|
||||
|
|
|
@ -172,9 +172,9 @@ La webadmin émettra un avertissement si vous définissez une permission qui est
|
|||
|
||||
### Montrer/cacher les tuiles dans le portail utilisateur
|
||||
|
||||
Depuis Yunohost 4.1, il est possible de montrer/cacher certaines tuiles dans le portail. Depuis la webadmin, vous pouvez changer cela en allant dans la vue de l'application à manipuler, puis dans "Gérer les tuiles et les labels", et cocher/décocher l'option "Montrer cette tuile dans le portail utilisateur" pour la permissison correspondante. En ligne de commande, le même genre de chose peut être fait avec :
|
||||
Depuis YunoHost 4.1, il est possible de montrer/cacher certaines tuiles dans le portail. Depuis la webadmin, vous pouvez changer cela en allant dans la vue de l'application à manipuler, puis dans "Gérer les tuiles et les labels", et cocher/décocher l'option "Montrer cette tuile dans le portail utilisateur" pour la permissison correspondante. En ligne de commande, le même genre de chose peut être fait avec :
|
||||
|
||||
```shell
|
||||
# Activer la tuile pour l'interface d'admin de wordpress
|
||||
# Activer la tuile pour l'interface d'admin de WordPress
|
||||
$ yunohost user permission update wordpress.admin --show_tile True
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue