Browse Source

Docs - Formatting Global-Features.md

pull/8509/head
enisn 5 years ago
parent
commit
ac1974fc7c
  1. 4
      docs/en/Global-Features.md

4
docs/en/Global-Features.md

@ -12,8 +12,6 @@ Open a command line window in the folder of the project (.csproj file) and type
abp add-package Volo.Abp.GlobalFeatures
```
## Implementation
Global Feature system aims module based feature management . A module has to have own Global Features itself.
@ -51,8 +49,6 @@ public class GlobalShoppingFeatures : GlobalModuleFeatures
}
```
## Usage
### Enable/Disable Features

Loading…
Cancel
Save