Member Junction
    Preparing search index...

    Interface IFileStorageProviderConfiguration

    Optional per-storage-provider configuration bag. Stored as JSON in MJ: File Storage Providers.Configuration.

    interface IFileStorageProviderConfiguration {
        BrandColor?: string;
        IconClass?: string;
    }
    Index

    Properties

    BrandColor?: string

    Optional brand color for badges and accents (e.g. '#0061D5').

    IconClass?: string

    FontAwesome icon class for displaying the storage provider in UI components (e.g. 'fa-solid fa-box', 'fa-brands fa-aws').