PHPackages                             dmf/bootstrapcontent - 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. dmf/bootstrapcontent

ActiveTypo3-flow-package

dmf/bootstrapcontent
====================

TYPO3 Neos plugin for adding Bootstrap3 content and page options.

1.1.0(11y ago)281[1 issues](https://github.com/dohomi/Neos-Plugin-DMF.BootstrapContent/issues)CSS

Since Oct 2Pushed 11y ago2 watchersCompare

[ Source](https://github.com/dohomi/Neos-Plugin-DMF.BootstrapContent)[ Packagist](https://packagist.org/packages/dmf/bootstrapcontent)[ RSS](/packages/dmf-bootstrapcontent/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

Neos-Plugin-DMF.BootstrapContent
================================

[](#neos-plugin-dmfbootstrapcontent)

Adds some Twitter Bootstrap 3 functionality to Neos content elements

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

[](#installation)

Clone this repository into your application folder:

```
* cd ROOT/Packages/Application
* git clone https://github.com/dohomi/Neos-Plugin-DMF.BootstrapContent.git DMF.BootstrapContent

```

Then check if the plugin needs to get activated inside of your package management. Check if the plugin is listed:

```
./flow package:list
./flow package:activate dmf/bootstrapcontent

```

### Use of Bootstrap menu and breadcrumb in your site package

[](#use-of-bootstrap-menu-and-breadcrumb-in-your-site-package)

You can use the bootstrap specific menu and breadcrumb inside of your Root.ts2 with following sample code:

```
page = Page {
    (...)
    body {
    (...)
        parts {
            (...)
            menu = Menu {
                templatePath = 'resource://DMF.BootstrapContent/Private/Templates/TypoScriptObjects/MainMenu.html'
                websiteName = 'Your website Name'
                entryLevel = 1
                maximumLevels = 4
            }
            breadcrumb =  TypoScript:Template {
                templatePath = 'resource://DMF.BootstrapContent/Private/Templates/TypoScriptObjects/Breadcrumb.html'
                items = ${q(node).add(q(node).parents())}
            }
        }
    }
}

```

### Include JS and CSS from the package

[](#include-js-and-css-from-the-package)

The JavaScript and CSS is available inside of the Resources/Public/assets/\* folder. You can add the JS source like this:

```

```

For the inclusion of CSS I recommend the use of Grunt as a task planer and build the CSS with processing the LESS files. They are available inside of Resources/Public/assets/bootstrap/less/\*

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 97.1% 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 ~0 days

Total

3

Last Release

4246d ago

Major Versions

0.1.0 → 1.0.02014-10-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/203a7ce2b31fab99c5041812471b4ffc2f6dab314fa5d146645b6d55d4ccb9e6?d=identicon)[dohomi](/maintainers/dohomi)

---

Top Contributors

[![dohomi](https://avatars.githubusercontent.com/u/489221?v=4)](https://github.com/dohomi "dohomi (34 commits)")[![franklinkim](https://avatars.githubusercontent.com/u/540081?v=4)](https://github.com/franklinkim "franklinkim (1 commits)")

### Embed Badge

![Health badge](/badges/dmf-bootstrapcontent/health.svg)

```
[![Health](https://phpackages.com/badges/dmf-bootstrapcontent/health.svg)](https://phpackages.com/packages/dmf-bootstrapcontent)
```

###  Alternatives

[m12/neos-foundation

Foundation content elements

132.4k2](/packages/m12-neos-foundation)

PHPackages © 2026

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