forked from Bedrock-OSS/bedrock-wiki-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
49 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: page | ||
title: Filters | ||
parent: Concepts | ||
--- | ||
|
||
# Understanding Filters | ||
|
||
<details id="toc" open markdown="block"> | ||
<summary> | ||
Table of contents | ||
</summary> | ||
{: .text-delta } | ||
1. TOC | ||
{:toc} | ||
</details> | ||
|
||
## General Overview | ||
|
||
Filters are used inside of various components to _filter_ actions, events, transitions, etc. The general format is like this: | ||
|
||
### Single filter | ||
`"filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }` | ||
|
||
### List of filters | ||
|
||
`filters": [{ "test": "in_lava", "subject": "self", "operator": "==", "value": true }]` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: page | ||
title: Discord | ||
parent: Home | ||
nav_exclude: true | ||
--- | ||
|
||
|
||
## Discord | ||
|
||
We use discord as the hub for all our communication. You can join the following discord servers. In `Bedrock Addons` you can ask for help, discuss addons, and chat with fellow creators. In `Bedrock OSS` you can report wiki issues, collaborate on new articles, etc. | ||
|
||
## Join us! | ||
[Bedrock Addons](https://discord.gg/46JUdQb){: .btn .btn-blue } | ||
[Bedrock OSS](https://discord.gg/XjV87YN){: .btn .btn-blue } | ||
[More Discord Servers](/knowledge/useful-links.html#discord-links){: .btn .btn-blue } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters