pagination: limit: default: 10 min: 0 max: 50 current: default
The current node should have the sa
current
You can also refer to any previous property value with ${property.name}:
pagination: limit: default: 10 min: 0 max: 50 current: ${pagination.limit.default}