mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
Updated const PARAMETERS (markdown)
parent
5b04dcdb68
commit
a14521017c
1 changed files with 0 additions and 4 deletions
|
@ -32,8 +32,6 @@ A context is defined as a associative array of parameters. The name of a context
|
|||
|
||||
<details><summary>Show example</summary><div>
|
||||
|
||||
**Warning**: This example won't work in real applications because both categories have the same set of parameters (`array()`)
|
||||
|
||||
```PHP
|
||||
const PARAMETERS = array(
|
||||
'My Context 1' => array(),
|
||||
|
@ -47,8 +45,6 @@ const PARAMETERS = array(
|
|||
|
||||
</div></details><br>
|
||||
|
||||
**Warning**: Multiple contexts with the same set of parameters are not allowed!
|
||||
|
||||
_Notice_: The name of a context can be left empty if only one context is needed!
|
||||
|
||||
<details><summary>Show example</summary><div>
|
||||
|
|
Loading…
Add table
Reference in a new issue