api-components-bundle
api-components-bundle copied to clipboard
Possibility to extract publishable feature into separate bundle
Thank you for the suggestion/idea @vincentchalamon
There may a demand for the publishable feature to be extracted and functionality enhanced in a separate bundle.
Features may include:
- simple boolean publication: is_published
- drafting publications (as implemented in ACB)
- startedAt / endedAt publication (with or without draft)
- etc.
This way it could be used with any Symfony project also using Doctrine to easily configure entities that should be publishable.
This feature is a big part of the ACB and would require a lot of work to be as flexible as required outside of this bundle. TBD