1.1.33 • Published 9 months ago

payload-custom-plugin v1.1.33

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

payload-custom-plugin

Install the following package to generate description through AI

npm i payload-custom-plugin

In Collection file import the ContentConfig from payload-custom-plugin

import { ContentConfig } from 'payload-custom-plugin';

instead of "import { CollectionConfig } from 'payload/types';"

Add OPENAI_API_KEY in .env file

OPENAI_API_KEY="Your OPEN API KEY"

Set autoDescription in constant in collection

autoDescription: true,

For which field want to generate description through AI provide name as "Title"fieldname"" and where these description needs to show set the name of field as "Description"fieldname"" e.g. " { name: 'TitleTagline', type: 'text', label: 'Any Label', required: true, }, { name: 'Description_Tagline', type: 'textarea', label: 'Any label', admin: { condition: (, siblingData) => !!siblingData.Description, }, }, "

For multiple fields generate the description according to Field value, give the field names after "Title" and "Description" e.g. " { name: 'TitleBulletedPoints', type: 'text', label: 'Any label', required: true, }, { name: 'Description_BulletedPoints', type: 'textarea', label: 'Any label', admin: { condition: (, siblingData) => !!siblingData.Description, }, }, "

In payload.config.ts file import ContentGenerator from payload-custom-plugin

import ContentGenerator from 'payload-custom-plugin';

Define the collection in plugin instead of collections

plugins: [

ContentGenerator(collection_name),

],

run npm dev

While generating the content in payload dashboard use following indentations, e.g If you want to generate tagline for AWS use title field like "tagline : AWS"

If you want to generate description for AWS use title field like "description : AWS", you can provide word limit also before ":" like "100 word description : AWS"

1.1.33

9 months ago

1.1.32

10 months ago

1.1.31

10 months ago

1.1.30

10 months ago

1.1.29

10 months ago

1.1.28

10 months ago

1.1.27

10 months ago

1.1.26

10 months ago

1.1.25

10 months ago

1.1.24

10 months ago

1.1.23

10 months ago

1.1.22

10 months ago

1.1.21

10 months ago

1.1.20

10 months ago

1.1.19

10 months ago

1.1.18

10 months ago

1.1.17

10 months ago

1.1.16

10 months ago

1.1.15

10 months ago

1.1.14

10 months ago

1.1.13

10 months ago

1.1.12

10 months ago

1.1.11

10 months ago

1.1.10

10 months ago

1.1.9

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.99

10 months ago

1.0.98

10 months ago

1.0.97

10 months ago

1.0.96

10 months ago

1.0.95

10 months ago

1.0.94

10 months ago

1.0.93

10 months ago

1.0.92

10 months ago

1.0.91

10 months ago

1.0.90

10 months ago

1.0.89

10 months ago

1.0.88

10 months ago

1.0.87

10 months ago

1.0.86

10 months ago

1.0.85

10 months ago

1.0.84

10 months ago

1.0.83

10 months ago

1.0.82

10 months ago

1.0.81

10 months ago

1.0.80

10 months ago

1.0.79

10 months ago

1.0.78

10 months ago

1.0.77

10 months ago

1.0.76

10 months ago

1.0.75

10 months ago

1.0.74

10 months ago

1.0.73

10 months ago

1.0.72

10 months ago

1.0.71

10 months ago

1.0.70

10 months ago

1.0.69

10 months ago

1.0.68

10 months ago

1.0.67

10 months ago

1.0.66

10 months ago

1.0.65

10 months ago

1.0.64

10 months ago

1.0.62

10 months ago

1.0.61

10 months ago

1.0.60

10 months ago

1.0.59

10 months ago

1.0.58

10 months ago

1.0.57

10 months ago

1.0.56

10 months ago

1.0.55

10 months ago

1.0.54

10 months ago

1.0.53

10 months ago

1.0.52

10 months ago

1.0.51

10 months ago

1.0.50

10 months ago

1.0.49

10 months ago

1.0.48

10 months ago

1.0.47

10 months ago

1.0.46

10 months ago

1.0.45

10 months ago

1.0.44

10 months ago

1.0.43

10 months ago

1.0.42

10 months ago

1.0.41

10 months ago

1.0.40

10 months ago

1.0.39

10 months ago

1.0.38

10 months ago

1.0.37

10 months ago

1.0.36

10 months ago

1.0.35

10 months ago

1.0.34

10 months ago

1.0.33

10 months ago

1.0.32

10 months ago

1.0.31

10 months ago

1.0.30

11 months ago

1.0.29

11 months ago

1.0.28

11 months ago

1.0.27

11 months ago

1.0.26

11 months ago

1.0.25

11 months ago

1.0.24

11 months ago

1.0.23

11 months ago

1.0.22

11 months ago

1.0.21

11 months ago

1.0.20

11 months ago

1.0.19

11 months ago

1.0.18

11 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago