Compares A and B inputs, and outputs T if the value of A is greater than B.
What the node does:
The node compares the A input to the B input. If the value of B is higher than the value of A, the output equals the value of the T input. If A is less or equals to B, the output will be the value of the F input.
Inputs:
A: Input value 1.
B: Input value 2.
T: True value. If the statement is true, this value will be on the output.
F: False value. If the statement is false, this value will be on the output.
Output:
>: The True / False value of the statement: A>B.
The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.
A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!
Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.
>>>