0.12.0 • Published 3 months ago

@wordpress/fields v0.12.0

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
3 months ago

Fields

This package provides core elements for the DataView library, designed to simplify the creation and management of data display elements in WordPress.

Installation

Install the module

npm install @wordpress/fields --save

Usage

authorField

Author field for BasePost.

commentStatusField

Comment status field for BasePost.

dateField

Date field for BasePost.

deletePost

Undocumented declaration.

duplicatePattern

Undocumented declaration.

duplicatePost

Undocumented declaration.

duplicatePostNative

Undocumented declaration.

exportPattern

Undocumented declaration.

exportPatternNative

Undocumented declaration.

featuredImageField

Undocumented declaration.

orderField

Undocumented declaration.

parentField

This field is used to display the post parent.

passwordField

This field is used to display the post password.

permanentlyDeletePost

Undocumented declaration.

renamePost

Undocumented declaration.

reorderPage

Undocumented declaration.

reorderPageNative

Undocumented declaration.

resetPost

Undocumented declaration.

restorePost

Undocumented declaration.

slugField

Undocumented declaration.

statusField

Status field for BasePost.

titleField

Undocumented declaration.

trashPost

Undocumented declaration.

viewPost

Undocumented declaration.

viewPostRevisions

Undocumented declaration.

Contributing to this package

This is an individual package that's part of the Gutenberg project. The project is organized as a monorepo. It's made up of multiple self-contained software packages, each with a specific purpose. The packages in this monorepo are published to npm and used by WordPress as well as other software projects.

To find out more about contributing to this package or Gutenberg as a whole, please read the project's main contributor guide.