New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@stackbit/datocms-plugin-typed-list

Package Overview
Dependencies
Maintainers
11
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackbit/datocms-plugin-typed-list

Plugin for editing typed list (list of strings, enums, numbers) in DatoCMS using JSON field

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
2
-77.78%
Maintainers
11
Weekly downloads
 
Created
Source

Typed List field editor plugin for DatoCMS

This plugin transforms JSON fields of array type into editable lists.

Editing fields

When installing this plugin on a JSON field, you can configure two properties:

  • type: defines the type of the array items. Possible values string and number. Default is string.
  • options: when type is set to string, you can specify string of comma separated values allowed to be inserted into the array. This is done by replacing the regular text field to select dropdown. Note, this is not a validation rule but a user interface feature.

Example:

Configuring options

Editing options

TODOs:

  • convert to React
  • add more types (color, url, etc.)

Keywords

datocms

FAQs

Package last updated on 23 Mar 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