3365328: Add a config action to modify an array of configuration
Add a new config action "simpleConfigArray" with 3 derivatives to alter simple array properties.
- simpleConfigArray:append - a wrapper around array_push()
- simpleConfigArray:prepend - a wrapper around array_unshift()
- simpleConfigArray:splice - a wrapper around array_splice()
Closes #3365328