2017 © Pedro Peláez
 

library broccoli-module-bootstrap3

Bootstrap3 modules for broccoli-html-editor.

image

pickles2/broccoli-module-bootstrap3

Bootstrap3 modules for broccoli-html-editor.

  • Thursday, April 13, 2017
  • by tomk79
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

pickles2/broccoli-module-bootstrap3

Bootstrap3 modules for Pickles 2 and broccoli-html-editor., (*1)

導入方法 - Setup

1. Pickles 2 をセットアップ

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

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

3. composer update

更新したパッケージ情報を反映します。, (*2)

$ composer update

4. config.php を更新

モジュール設定を書き加えます。, (*3)

<?php
return call_user_func( function(){

    /* (中略) */

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

    /* (中略) */

    return $conf;
} );

License

MIT License, (*4)

Author

The Versions

13/04 2017

dev-master

9999999-dev

Bootstrap3 modules for broccoli-html-editor.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

pickles broccoli-html-editor

13/04 2017

dev-develop

dev-develop

Bootstrap3 modules for broccoli-html-editor.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

pickles broccoli-html-editor