-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpracticaldev.yaml
More file actions
41 lines (38 loc) · 974 Bytes
/
practicaldev.yaml
File metadata and controls
41 lines (38 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: The Practical Dev
version: 1.0.0
description: Optionally publishes articles on your dev.to-account.
author: Sebastian Schürmanns
homepage: https://trendschau.net
licence: MIT
paypal: https://paypal.me/typemill
amount: 5
forms:
fields:
apikey:
type: text
label: Your API-key from dev.to
description: Go to https://dev.to/settings/account to generate an API-Key
metatabs:
devto:
fields:
crosspost:
type: checkbox
label: Crosspost
checkboxlabel: Crosspost this article on dev.to
status:
type: radio
label: Status of the article on dev.to
required: required
options:
published: published
draft: draft
tags:
type: text
label: Tags (comma-separated list)
series:
type: text
label: Series
response:
type: textarea
label: Response from dev.to (readonly)
readonly: readonly