take
Experimental Feature
Type: AbstractModelTake
Configure the default take amount for each model or for all models. To configure the take amounts, add the following lines to your configuration file:
export default {
// Other configuration lines
take: {
$global: 20,
"Model": 35
}
};
Last updated