Skip to content
Snippets Groups Projects

SNZ-218 Add column count to schema table schema

Merged Michael Strong requested to merge SNZ-218 into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -44,9 +44,14 @@ class TwoColumnTableField extends EditableFormFieldGroup
$definition['headers'] = $this->getTableHeaderCells();
}
$definition['columnCount'] = $this->getColumnCount();
return $definition;
}
/**
* @return int
*/
public function getColumnCount()
{
return $this->columnCount;