diff --git a/docs/custom_modules.rst b/docs/custom_modules.rst index 10440cb4c1b1..e0aa1127b5d9 100644 --- a/docs/custom_modules.rst +++ b/docs/custom_modules.rst @@ -45,9 +45,9 @@ To run the database migration use: php artisan module:migrate -.. Tip:: You can specify the module icon by setting a value from http://fontawesome.io/icons/ for "icon" in modules.json. +.. Tip:: You can specify the module icon by setting a value from http://fontawesome.io/icons/ for "icon" in module.json. -There are two types of modules: you can either create a standard module which displays a list of a new entity type or you can create a blank module which adds functionality. For example, a custom integration with a third-party app. +There are two types of modules: you can either create a standard module which displays a list of a new entity type or you can create a blank module which adds functionality. For example, a custom integration with a third-party app. If you do not want an entry in the application navigation sidebar, add "no-sidebar": 1 to the custom module's module.json. If you're looking for a module to work on you can see suggested issues `listed here `_.