Changes between Version 28 and Version 29 of CustomBlocks
- Timestamp:
- 11/21/22 11:50:52 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CustomBlocks
v28 v29 43 43 * Boolean values should be either `true` or `false` 44 44 45 == Fields ==45 == Columns == 46 46 47 The data should contain the following fields:47 The data should contain the following columns: 48 48 49 ||= Field=||= Mandatory =||= Type =||= Default =||= Description =||49 ||= Column =||= Mandatory =||= Type =||= Default =||= Description =|| 50 50 || `name` || * || String || || The namespace and name of the block separated by a colon ("ID" or "resource location") || 51 51 || `discriminator` || || String || - || An optional discriminator to discriminate multiple rows with the same `name`. See [#Discriminator below] for details ||