Logmanager dokumentace
Přepnout tmavý/světlý/automatický režim Přepnout tmavý/světlý/automatický režim Přepnout tmavý/světlý/automatický režim Zpět na domovskou stránku

Variable set

Tato sekce je dostupná pouze v angličtině.

This block is used to assign value to a variable by user.

Block XML representation

XML representation of the variables_set block

<xml xmlns="http://www.w3.org/1999/xhtml">
  <block type="variables_set">
    <field name="VAR">var_name</field>
    <value name="VALUE">
      <block type="text">
        <field name="TEXT">foo</field>
      </block>
    </value>
  </block>
</xml>

Example of visual representation

Block variable set

Block variable set