Coda by Ian Macalinao
    Preparing search index...

    Internal plugin marking a collection as a template that assets can be printed from as numbered Editions.

    type MasterEdition = {
        maxSupply: Option<number>;
        name: Option<string>;
        uri: Option<string>;
    }
    Index

    Properties

    Properties

    maxSupply: Option<number>

    The maximum number of editions that may be printed from this master edition, if capped.

    name: Option<string>

    An override name to apply to editions printed from this master, if set.

    uri: Option<string>

    An override URI to apply to editions printed from this master, if set.