0.1.13 • Published 9 months ago

@frontify/platform-app v0.1.13

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

Platform App Types

Code Structure

Defines the App and gives typing for the settings

/* (c) Copyright Frontify Ltd., all rights reserved. */

import { defineApp } from '@frontify/platform-app';
import { settings } from './settings';

export default defineApp({
    app: App,
    settings,
});

Settings Definition

Provides settings types for Platform Apps

Example

/* (c) Copyright Frontify Ltd., all rights reserved. */

import { defineSettings } from '@frontify/platform-app';

export const settings = defineSettings({
    credentials: [
        {
            type: 'input',
            id: 'api-token',
            label: 'API Token',
        },
    ],
});
0.1.12

9 months ago

0.1.13

9 months ago

0.1.11

9 months ago

0.1.10

10 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.9

11 months ago

0.1.6

12 months ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.2

1 year ago

0.1.3

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago