PHPackages                             jacksleight/bard-paragraph-style - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jacksleight/bard-paragraph-style

Abandoned → [jacksleight/statamic-bard-texstyle](/?search=jacksleight%2Fstatamic-bard-texstyle)ArchivedLibrary

jacksleight/bard-paragraph-style
================================

1.2.3(4y ago)170.2k2PHP

Since Jun 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jacksleight/bard-paragraph-style)[ Packagist](https://packagist.org/packages/jacksleight/bard-paragraph-style)[ RSS](/packages/jacksleight-bard-paragraph-style/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (11)Used By (0)

[![Statamic](https://camo.githubusercontent.com/6859ba445fb369828b3c70b67f43d7a74e387d8fe1f21de10737d77e79aa352b/68747470733a2f2f666c61742e62616467656e2e6e65742f62616467652f53746174616d69632f332e312e31342b2f464632363945)](https://camo.githubusercontent.com/6859ba445fb369828b3c70b67f43d7a74e387d8fe1f21de10737d77e79aa352b/68747470733a2f2f666c61742e62616467656e2e6e65742f62616467652f53746174616d69632f332e312e31342b2f464632363945)[![Packagist version](https://camo.githubusercontent.com/fbd4a958fb7bcd038222729a987fd817f7a7fef19e99a78e6e5be95f8802b6d5/68747470733a2f2f666c61742e62616467656e2e6e65742f7061636b61676973742f762f6a61636b736c65696768742f626172642d7061726167726170682d7374796c65)](https://camo.githubusercontent.com/fbd4a958fb7bcd038222729a987fd817f7a7fef19e99a78e6e5be95f8802b6d5/68747470733a2f2f666c61742e62616467656e2e6e65742f7061636b61676973742f762f6a61636b736c65696768742f626172642d7061726167726170682d7374796c65)[![License](https://camo.githubusercontent.com/1a38168866023eb9da970e1d65cf91bc2f4748faaf2086ad42020531d8cc580e/68747470733a2f2f666c61742e62616467656e2e6e65742f6769746875622f6c6963656e73652f6a61636b736c65696768742f626172642d7061726167726170682d7374796c65)](https://camo.githubusercontent.com/1a38168866023eb9da970e1d65cf91bc2f4748faaf2086ad42020531d8cc580e/68747470733a2f2f666c61742e62616467656e2e6e65742f6769746875622f6c6963656e73652f6a61636b736c65696768742f626172642d7061726167726170682d7374796c65)

Bard Paragraph Style
====================

[](#bard-paragraph-style)

> **⚠️ Do Not Use:** This addon has been superseded by [Bard Texstyle](https://statamic.com/addons/jacksleight/bard-texstyle), which offers everything this does and more. If you're using this already [check the migration guide](https://github.com/jacksleight/statamic-bard-texstyle/blob/main/MIGRATION.md).

This Statamic addon gives you the ability to add custom paragraph styles to the Bard fieldtype.

Installation
------------

[](#installation)

Install the addon using Composer:

```
composer require jacksleight/bard-paragraph-style
```

Configuration
-------------

[](#configuration)

Publish the config:

```
php please vendor:publish --tag=bard-paragraph-style-config
```

Open `config/bard-paragraph-style.php` and add your paragraph styles:

```
return [

    'styles' => [
        [
            'name'   => 'Introduction Paragraph',
            'ident'  => 'I',
            'class'  => 'intro',
            'button' => 'introduction',
            'cp_css' => 'font-size: 1.25em',
        ],
    ],

];
```

Each style should consist of:

- **name (string):** The name of the style. This will appear in the button tooltip.
- **ident (string):** A short identification string (one or two characters). This will appear in the button icon.
- **class (string):** The class name that will be applied to the paragraph element when rendered on the site.
- **button (string):** The name of the button that'll be added to the Bard field's buttons list.
- **cp\_css (string):** The CSS properties that will be added to the control panel for this style.

Finally open your blueprint or fieldset YAML file and add the button(s) to your Bard field's buttons list:

```
-
  handle: my_field
  field:
    type: bard
    buttons:
      - introduction
```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~37 days

Recently: every ~55 days

Total

10

Last Release

1465d ago

Major Versions

0.2.0 → 1.0.02021-08-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b1acb404d9801e5f633e31efa3403a4735e43ea93c798e3f895ba3264c92c6e?d=identicon)[jacksleight](/maintainers/jacksleight)

---

Top Contributors

[![jacksleight](https://avatars.githubusercontent.com/u/126740?v=4)](https://github.com/jacksleight "jacksleight (45 commits)")[![MrMooky](https://avatars.githubusercontent.com/u/3603346?v=4)](https://github.com/MrMooky "MrMooky (1 commits)")

### Embed Badge

![Health badge](/badges/jacksleight-bard-paragraph-style/health.svg)

```
[![Health](https://phpackages.com/badges/jacksleight-bard-paragraph-style/health.svg)](https://phpackages.com/packages/jacksleight-bard-paragraph-style)
```

###  Alternatives

[statamic/statamic

Statamic

824170.4k](/packages/statamic-statamic)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)[statamic/ssg

Generate static sites with Statamic.

254302.4k](/packages/statamic-ssg)[statamic/eloquent-driver

Allows you to store Statamic data in a database.

125598.8k7](/packages/statamic-eloquent-driver)[statamic/seo-pro

65440.7k](/packages/statamic-seo-pro)[rias/statamic-redirect

28298.4k](/packages/rias-statamic-redirect)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
