All Projects → FluidTYPO3 → Fluidcontent

FluidTYPO3 / Fluidcontent

Licence: other
TYPO3 extension Fluidcontent: Fluid Content Element Engine

Projects that are alternatives of or similar to Fluidcontent

sf event mgt
An event management and registration extension for TYPO3 CMS based on ExtBase and Fluid.
Stars: ✭ 46 (-43.9%)
Mutual labels:  fluid, typo3
fluid-components
Encapsulated frontend components with Fluid's ViewHelper syntax for TYPO3
Stars: ✭ 41 (-50%)
Mutual labels:  fluid, typo3
TYPO3CMS-Book-ExtbaseFluid
TYPO3 Documentation: "Developing TYPO3 Extensions with Extbase and Fluid" (Book)
Stars: ✭ 26 (-68.29%)
Mutual labels:  fluid, typo3
Yglu
Yglu ᕄ !? - YAML glue for structural templating and processing
Stars: ✭ 51 (-37.8%)
Mutual labels:  templating
Php Cmis Client
This is a PHP CMIS Client implementation based on OpenCMIS
Stars: ✭ 54 (-34.15%)
Mutual labels:  typo3
Reactive Flux
Fluxish model implemented with RxJS
Stars: ✭ 71 (-13.41%)
Mutual labels:  flux
Fluxus
Flux for SwiftUI, inspired by Vuex
Stars: ✭ 81 (-1.22%)
Mutual labels:  flux
Mill.jl
Multiple Instance Learning Library is build on top of Flux.jl aimed to prototype flexible multi-instance learning models.
Stars: ✭ 43 (-47.56%)
Mutual labels:  flux
Surf
Easy and powerful PHP deployment tool
Stars: ✭ 79 (-3.66%)
Mutual labels:  typo3
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (-20.73%)
Mutual labels:  flux
Awesome Twig
A curated list of amazingly awesome Twig extensions, snippets and tutorials
Stars: ✭ 63 (-23.17%)
Mutual labels:  templating
Nanoflux
A very lightweight and dependency-free Flux implementation
Stars: ✭ 56 (-31.71%)
Mutual labels:  flux
Flocks.js
A radically simpler alternative to Flux - opinionated React state and rendering management
Stars: ✭ 72 (-12.2%)
Mutual labels:  flux
Metalsmith In Place
🏙️ A metalsmith plugin for in-place templating
Stars: ✭ 52 (-36.59%)
Mutual labels:  templating
Suas Android
Unidirectional data flow architecture implementation for Android
Stars: ✭ 80 (-2.44%)
Mutual labels:  flux
Yoast Seo For Typo3
Yoast SEO plugin for TYPO3
Stars: ✭ 43 (-47.56%)
Mutual labels:  typo3
Material Flux
No magic flux implementation library.
Stars: ✭ 76 (-7.32%)
Mutual labels:  flux
Matplotlib Chord Diagram
plot chord diagram with matplotlib
Stars: ✭ 60 (-26.83%)
Mutual labels:  flux
Generate Template Files
A simple generator to create custom template files for any application
Stars: ✭ 60 (-26.83%)
Mutual labels:  templating
Pebble Intellij
Pebble support for IntelliJ IDEA
Stars: ✭ 68 (-17.07%)
Mutual labels:  templating

Fluidcontent: Fluid Content Elements

OBSOLETE!

Issues and pull requests have been disabled. The extension is no longer supported or maintained.

This extension is considered obsolete since Flux (the engine used by this extension) now provides a similar but better method of using templates as content element types. The most recent release of this extension, version 6.0, should only be used if you must upgrade an existing site and must avoid migrating templates (at the current time of writing this, automatic migration is not possible).

For new projects you can simply skip installing fluidcontent and use the exact same registerProviderExtensionKey function to register your templates. Flux detects that fluidcontent isn't installed and takes over.

Please note the following key differences between fluidcontent and flux in how they register templates:

  • fluidcontent uses a wrapping fluidcontent_content CType which behaves like plugins in that it has a sub-type where you select the Fluid template to be used as content template.
  • flux directly registers your template as a new, unique CType which behaves like a true content type (but still allows you to use a ContentController)
  • Without fluidcontent installed, access restrictions for allowed content types are now configured directly from the standard content types list. And subsequently you need to target the individual CTypes when configuring allowedContentTypes or deniedContentTypes in Flux grid columns and when customising the TCA/TS for your content types.

The parts that cannot be migrated (yet) are exactly those parts: converting the existing content records' type values and scanning for possible references to the converted content types (and either reporting or fixing by rewriting those cases). Apart from that the solutions are compatible in that they consume the exact same type of templates with the same configuration.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].