Changes between Version 28 and Version 29 of CustomBlocks


Ignore:
Timestamp:
11/21/22 11:50:52 (17 months ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CustomBlocks

    v28 v29  
    4343* Boolean values should be either `true` or `false`
    4444
    45 == Fields ==
     45== Columns ==
    4646
    47 The data should contain the following fields:
     47The data should contain the following columns:
    4848
    49 ||= Field         =||= Mandatory =||= Type  =||= Default =||= Description                                                                                                                                                                                                          =||
     49||= Column        =||= Mandatory =||= Type  =||= Default =||= Description                                                                                                                                                                                                          =||
    5050|| `name`          || *           || String  ||           || The namespace and name of the block separated by a colon ("ID" or "resource location")                                                                                                                                  ||
    5151|| `discriminator` ||             || String  || -         || An optional discriminator to discriminate multiple rows with the same `name`. See [#Discriminator below] for details                                                                                                    ||