Giter Club home page Giter Club logo

structured-content-page-module's Introduction

Work in Progress

...

content boxes

delete action

more button

new boxes

How to

Installation

1. Option use composer package in your composer-installed TYPO3 v11.5.x:

composer config allow-plugins.cweagans/composer-patches true
composer config extra.enable-patching true
composer require typo3-ux/page-module-pilot
# make sure composer-patches can do its stuff
composer update --lock

2. Option spin up a new ddev instance:

Please update your ddev before you continue. (You need composer v2.1+ and up-to-date nginx config to run TYPO3v11)

mkdir my-typo3-site
cd my-typo3-site
ddev config --project-type=typo3 --docroot=public --create-docroot
ddev start
ddev composer create "typo3/cms-base-distribution:^11"
ddev composer config allow-plugins.cweagans/composer-patches true
ddev composer config extra.enable-patching true
ddev composer require typo3-ux/page-module-pilot
# make sure composer-patches can do its stuff
ddev composer update --lock
ddev exec touch public/FIRST_INSTALL
ddev launch

3. Option use the new TYPO3 Core Patches extension:

Follow the installation guide https://github.com/GsTYPO3/core-patches/blob/main/README.md#installation then TYPO3 v11.5.x Projects

composer typo3:patch:apply 73100

TYPO3 v12.x Projects

composer typo3:patch:apply 71965

Remove Patch

in your composer-installed TYPO3 v11.5.x:

composer remove typo3-ux/page-module-pilot
composer config --unset extra.enable-patching
rm -rf public/typo3/ && composer install

with core patches extension

composer typo3:patch:remove 73100

for TYPO3 v12.x Projects

composer typo3:patch:remove 71965

structured-content-page-module's People

Contributors

jonaseberle avatar mcmietz avatar rfoucard 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.