rias/statamic-position-fieldtype

There is no license information available for the latest version (v2.0.1) of this package.
Maintainers

👁 riasvdv

Package info

github.com/riasvdv/statamic-position-fieldtype

Type:statamic-addon

pkg:composer/rias/statamic-position-fieldtype

Statistics

Installs: 7 053

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 17

v2.0.1 2020-08-20 08:06 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 71d3015c1e7716d9388605726cb7fecfe75e10f0

This package is auto-updated.

Last update: 2026-06-06 09:57:25 UTC


README

👁 Icon

👁 Latest Version

Position Fieldtype plugin for Statamic

Provide better UX to clients by letting them pick from icons.

👁 Screenshot

License

Position requires a license to be used while on a production site.
You can purchase one at https://statamic.com/marketplace/addons/position-fieldtype.

You may use Position without a license while Statamic is in Trial mode.

Installation

Require it using Composer.

composer require rias/statamic-position-fieldtype

Publish the assets:

php artisan vendor:publish --provider="Rias\PositionFieldtype\ServiceProvider"

Using the position fieldtype

Add the fieldtype to your fieldset. You can choose to hide certain positions, by default they are all visible.

sections:
 main:
 display: Main
 fields:
 -
 handle: position
 field:
 type: position
 display: Position
 left: true
 center: true
 right: true
 full: true
 drop-left: true
 drop-right: false
 default: right

Using Position

The output of the fieldtype is equal to the keys in the options array.

{{ position }} // center

Brought to you by Rias