1<?php 2 3$meta['namestructure'] = [ 4 'multichoice', 5 '_choices' => [ 6 'default', 7 'separatedCompletely', 8 'YearMonthSeperatedNS', 9 'YearNS', 10 ], 11]; 12