Coder Social home page Coder Social logo

gutenberg's Introduction

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Installation
  • Configuration
  • Maintainers

INTRODUCTION

  • Drupal Gutenberg brings the powerful content editing experience of Gutenberg to Drupal.

  • Drupal + Gutenberg is a powerful combo. Drupal 8 is a rock solid CMS framework packed with powerful admin features. Our only complaint? Drupal 8 is missing a modern UI for rich content creation. Let’s change this!

  • More functionality wrapped in a smooth UI. Hundreds of hours with user testing. Decoupled. React.js. Clean output. Open source.

  • Gutenberg on GitHub

  • For a full description: https://www.drupal.org/project/gutenberg

  • Issue queue for Gutenberg: https://www.drupal.org/project/issues/gutenberg

  • Also check Gutenberg-JS, a stand-alone Gutenberg editor for your custom sites or web apps.

REQUIREMENTS

No specific requirements.

INSTALLATION

CONFIGURATION

  • To test the module, simply download it from the Drupal Gutenberg project page and enable it.

  • Then go to any content type edit page and enable Gutenberg Experience.

DEVELOPMENT

NodeJS 8.11+ and NPM 6.0+ are required. Alternatively Yarn 1.6+ can be used.

  • npm install
  • Watching file while developing: npm start
  • Build: npm run build

For custom block development, check the example_block sub-module.

Updating WordPress Gutenberg Packages

This module uses the compiled JS packages from WordPress Gutenberg. Basically we just need to copy the files to vendor/gutenberg.

Steps to update WordPress Gutenberg packages:

  • There's two options to get the WordPress Gutenberg packages:
    • Option 1:
    • Option 2:
      • Git clone WordPress Gutenberg repository https://github.com/WordPress/gutenberg
      • Run npm install and npm run build - this will create a new subfolder build with all compiled WordPress Gutenberg packages
  • Copy all folders from build folder to the module's folder vendor\gutenberg (remove the old package folders before copy)
  • At module's folder, go to scripts and run php gutenberg-dependencies.php - this will regenerate the gutenberg.libraries.yml config file

Vendor packages

MAINTAINERS

Current maintainers:

gutenberg's People

Contributors

codebymikey avatar henrikakselsen avatar kamil-szarek-droptica avatar milkovsky avatar roborn avatar thorandre avatar vonloxx avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.