Global defaults for recurring component configurations

There should be a way to set defaults on an organization level to avoid the cumbersome of configuring the same components again and again.

For example on all my apps I always :

  • Set the date format to dd/MM/yy
  • Remove modal footer
  • Remove form header
  • Hoist loading state on containers
  • Show a confirmation message on Delete action
  • Hoist loading state on containers

It would be great to be able to change those defaults on a global scope. Thanks !