pickles2/px2-mod-bootstrap3

This package is abandoned and no longer maintained. The author suggests using the pickles2/broccoli-module-bootstrap3 package instead.

Bootstrap3 modules for broccoli-html-editor.

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Language:CSS

pkg:composer/pickles2/px2-mod-bootstrap3

dev-master 2017-04-13 09:59 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:53:06 UTC


README

Bootstrap3 modules for Pickles 2 and broccoli-html-editor.

導入方法 - Setup

1. Pickles 2 をセットアップ

2. composer.json に、パッケージ情報を追加

{
    "require": {
        "pickles2/broccoli-module-bootstrap3": "dev-master"
    }
}

3. composer update

更新したパッケージ情報を反映します。

$ composer update

4. config.php を更新

モジュール設定を書き加えます。

<?php
return call_user_func( function(){

	/* (中略) */

	@$conf->plugins->px2dt->paths_module_template["Bootstrap3"] = "./vendor/pickles2/broccoli-module-bootstrap3/modules/";

	/* (中略) */

	return $conf;
} );

License

MIT License

Author