github.com/Jeffail/benthos/v3@v3.65.0/website/docs/components/conditions/static.md (about)

     1  ---
     2  title: static
     3  type: condition
     4  status: stable
     5  ---
     6  
     7  <!--
     8       THIS FILE IS AUTOGENERATED!
     9  
    10       To make changes please edit the contents of:
    11       lib/condition/static.go
    12  -->
    13  
    14  import Tabs from '@theme/Tabs';
    15  import TabItem from '@theme/TabItem';
    16  
    17  
    18  Always resolves to the same static boolean value.
    19  
    20  ```yaml
    21  # Config fields, showing default values
    22  static: true
    23  ```
    24  
    25