Socket
Book a DemoInstallSign in
Socket

@riveo/payload-utils

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@riveo/payload-utils

Payload Utils reused across projects

0.1.2
latest
npmnpm
Version published
Maintainers
0
Created
Source

Payload Utils

A collection of reusable utilities for Payload CMS, commonly shared across multiple projects — including, but not limited to, those developed at RIVEO.

Installation

npm install @riveo/payload-utils

Usage

Register the riveoUtilsPlugin in your Payload's config.

Features

Fields

Preconfigured field definitions ready to use in collections or globals:

  • internalTitleField – Simple text field that auto-generates an internal title (e.g. for admin display) based on another field's value.
  • linkField – Field matching the internal link structure used by Payload’s Rich Text Editor.
  • seoField – Minimal SEO field with title, description, and image.
  • slugField – Slug (URL path) field with support for auto-generation from other fields.

Plugins

  • riveoUtilsPlugin – Registers translations and applies shared Payload configurations.
  • s3StoragePlugin – Preconfigured S3 storage adapter for file uploads.

Utilities

  • groupContentTypes – Organize collections or globals into admin groups at the config level.

    Example usage:

    collections: groupContentTypes<CollectionConfig>(
      {
        group: 'Content',
        items: [Pages, Media],
      },
      Users,
    );
    

License

This project is licensed under the MIT License.

Keywords

payload

FAQs

Package last updated on 21 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.