Inject

Added in V0

This command allows a sample to be injected into a element

The sample must have been imported with the import command

Syntax

inject "Element" with "Sample"

Before:

<Element></Element>

After:

<Element>
  <p>Sample contents</p>
</Element>

Variable contents can be added using static vars

Last updated