The simple workaround is the set is-many to true for that property.. in this case you can add the following via “Add Topology Type” under Administration|data
<type name='WebLogicDomain' extends='JavaEEDomain'>
<property name='productionModeEnabled' type='Boolean' is-many='true' is-containment='false'/>
</type>