quantity-digital/acf-read-only

Read only field for data that is manipulated only on the backend, but should be visible to the WP admins. Includes options to display a copy-to-clipboard link.

Installs: 561

Dependents: 0

Suggesters: 0

Security: 0

Stars: 37

Watchers: 2

Forks: 7

Open Issues: 3

Type:wordpress-plugin

v0.6.0 2019-02-12 07:33 UTC

This package is auto-updated.

Last update: 2024-03-21 19:29:09 UTC


README

Read only ACF field

Description

Read only field for data that is manipulated only on the backend, but should be visible to the WP admins. Includes options to display a copy-to-clipboard link.

Compatibility

This ACF field type is compatible with:

  • ACF 5

Installation

  1. Copy the acf-read_only folder into your wp-content/plugins folder
  2. Activate the Read only plugin via the plugins admin page
  3. Create a new field via ACF and select the Read only type
  4. Please refer to the description for more info regarding the field type settings

Changelog

[0.6.0] - 2019-02-12

Added
  • Add Image type.

[0.5.0] - 2018-05-30

Added
  • Add Preformatted type.

[0.4.0] - 2017-04-24

Added
  • Add Boolean (True/False) type.

[0.3.0] - 2017-03-01

Added
  • Display type option (link or text).

[0.2.0] - 2017-03-01

Added
  • Copy to clipboard option.

[0.1.0] - 2017-03-01

Added
  • Basic functionality.