Code Monkey home page Code Monkey logo

feediting's Introduction

TYPO3 Extension "feediting"

This extension provides the good old edit pencil icons in the frontend to have a fast experience to edit content.

  • No in-place editing, no hassle with custom frontend implementations
  • Link to the known and powerful backend editing
  • Works with all content elements, pages and records

Be aware: This extension is heavly under development. Especially the UI is not final and will change. However, I am more than happy to get feedback and ideas. Please report at https://github.com/georgringer/feediting/issues.

screenshot1.png

Requirements

  • TYPO3 12 LTS

Installation

Install this extension via composer composer require georgringer/feediting

Usage

  1. Log in as backend user
  2. Enable/Disable the feature in the user settings

User Settings

Usage in Extensions

Use custom ViewHelper, see example below for EXT:news

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
      xmlns:feedit="http://typo3.org/ns/GeorgRinger/Feediting/ViewHelpers"
      data-namespace-typo3-fluid="true">
<div class="article">
    <h3>
        <n:link newsItem="{newsItem}" settings="{settings}">{newsItem.title}</n:link>
        <feedit:panel uid="{newsItem.uid}" table="tx_news_domain_model_news"/>
    </h3>
</div>
</html>

feediting's People

Contributors

georgringer avatar

Watchers

 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.