0.0.5 • Published 8 months ago

@justibuild/plop-pack-justibuild-actions v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

plop-pack-justibuild-actions

TODO:

- When creating a new page TYPE append to an internalLinks array in /utils, like:

export const internalLinks = [
  { type: "home" },
  { type: "faqs" },
  { type: "terms" },
  { type: "privacy" },
  { type: "cookie" },
];

This can then be used in an internalLinks object:

fields: [
  {
    title: "Internal Link",
    name: "link",
    description: "Select an internal page to link to.",
    type: "reference",
    to: internalLinks,
    validation: (Rule) => Rule.required(),
  },
];

Then if there are multiple of the page type (blog posts or whatever) then they should all be captured.

0.0.5

8 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago