Coda by Ian Macalinao
    Preparing search index...

    External plugin adapter like AppData, but for collections: its data is shared by every asset in the collection via a DataSection.

    type LinkedAppData = {
        dataAuthority: Authority;
        schema: ExternalPluginAdapterSchema;
    }
    Index

    Properties

    dataAuthority: Authority

    The authority allowed to write this adapter's data.

    The serialization format used for this adapter's stored data.