0.1.4 • Published 21 days ago

@frontify/platform-app v0.1.4

Weekly downloads
-
License
-
Repository
github
Last release
21 days 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.4

21 days ago

0.1.2

1 month ago

0.1.3

1 month ago

0.1.1

2 months ago

0.1.0

2 months ago

0.0.16

2 months ago

0.0.15

3 months ago

0.0.14

3 months ago

0.0.13

3 months ago

0.0.12

3 months ago

0.0.11

3 months ago

0.0.10

3 months ago

0.0.9

3 months ago

0.0.8

3 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago