context.getSettings() - Retrieve addon settings for the workspaces where the context entity is present. Can be called from any context.".
Return value - Promise that resolves to an array containing the settings available for the current entity.
An example of the returned value:
[
{
value: 'test',
},
];