spelling: available
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
739ca603bc
commit
8f09d81c9f
|
@ -100,7 +100,7 @@ See doxygen documentation of `IWritableStorage` interface for details about each
|
||||||
|
|
||||||
## Register a storage backend class
|
## Register a storage backend class
|
||||||
|
|
||||||
Each backend must be registered in the system when the plugin is installed, to be aviable.
|
Each backend must be registered in the system when the plugin is installed, to be available.
|
||||||
|
|
||||||
`DI::facStorage()->register(string $class)` is used to register the backend class.
|
`DI::facStorage()->register(string $class)` is used to register the backend class.
|
||||||
|
|
||||||
|
|
|
@ -104,12 +104,12 @@ Default is false.
|
||||||
#### File storage backend
|
#### File storage backend
|
||||||
|
|
||||||
Set the backend used by Friendica to store uploaded file data.
|
Set the backend used by Friendica to store uploaded file data.
|
||||||
Two storage backends are avaiable with Friendica:
|
Two storage backends are available with Friendica:
|
||||||
|
|
||||||
- **Database** : Data is stored in a dedicated table in database (`storage`)
|
- **Database** : Data is stored in a dedicated table in database (`storage`)
|
||||||
- **Filesystem** : Data is stored as file on the filesystem.
|
- **Filesystem** : Data is stored as file on the filesystem.
|
||||||
|
|
||||||
More storage backends can be avaiable from third-party addons.
|
More storage backends can be available from third-party addons.
|
||||||
If you use those, please refer to the documentation of those addons for further information.
|
If you use those, please refer to the documentation of those addons for further information.
|
||||||
|
|
||||||
Default value is 'Database (legacy)': it's the legacy way used to store data directly in database.
|
Default value is 'Database (legacy)': it's the legacy way used to store data directly in database.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user