There one small but important change for the DQM configuration
schema in this release. The row/column and row_to_span/column_to_span
parameters of the Labels attribute of the DQLayout
class are swapped to be consistent with the ChildrenSpan
attribute. In the previous release the Labels
attribute should have been declared as:
row column [rows_to_span 'x' columns_to_span]:textwhile in the new release it has to be declared as:
column row [columns_to_span 'x' rows_to_span]:text