.. include:: /Includes.rst.txt .. _developer-corner: ================ Developer corner ================ Three opportunities exist to extend the Edit Menu with custom entries: - Use an :ref:`event ` to modify the Edit Menu directly - Use a :ref:`viewhelper ` to extend the Edit Menu with data entries - Use :ref:`empty column markers ` to add "Create new content" buttons for empty columns Additionally, you can provide a :ref:`custom css ` file to adjust the styling. .. toctree:: :maxdepth: 3 Events DataAttributes EmptyColumns CustomStyling