Skip to content

Conversation

wachterjohannes
Copy link
Member

@wachterjohannes wachterjohannes commented Aug 28, 2025

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? yes type => group
Fixed tickets fixes parts of #7672
Related issues/PRs #
License MIT
Documentation PR none

What's in this PR?

This PR add groups to the template and use this as a replacement of article-types.

Why?

Missing feature in 3.0.

Example Usage

<?xml version="1.0" ?>
<template xmlns="http://schemas.sulu.io/template/template"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://schemas.sulu.io/template/template http://schemas.sulu.io/template/template-1.0.xsd">

    <key>article</key>
    <group>blog</group>

    <view>articles/article</view>
    <controller>Sulu\Content\UserInterface\Controller\Website\ContentController::indexAction</controller>
    <cacheLifetime>604800</cacheLifetime>

    ...

To Do

  • Add breaking changes to UPGRADE.md
  • Update Tests

@wachterjohannes wachterjohannes force-pushed the template-groups branch 12 times, most recently from 7f70668 to 817c561 Compare August 29, 2025 07:59
@wachterjohannes wachterjohannes changed the title add groups and add the full functionality to the article-bundle Add groups and add the full functionality to the article-bundle Aug 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant