Backstage
    Preparing search index...
    WorkspaceForkingModeEnum: {
        AllowForks: "allow_forks";
        InternalOnly: "internal_only";
    } = ...

    Controls the rules for forking repositories within this workspace.

    • allow_forks: unrestricted forking
    • internal_only: prevents forking of private repositories outside the workspace or to public repositories

    Type Declaration

    • ReadonlyAllowForks: "allow_forks"
    • ReadonlyInternalOnly: "internal_only"