-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Documentation] Add CMS integration cookbook #9155
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
How to manage content in Sylius? | ||
================================= | ||
|
||
Why do you need content management system? | ||
-------------------------------------------- | ||
|
||
Content management is one of the most important business aspects of modern eCommerce apps. | ||
Providing store updates like new blog pages, banners and promotion images is responsible for building the conversion rate | ||
either for new and existing clients. | ||
|
||
Content management in Sylius | ||
----------------------------------- | ||
|
||
Default Sylius standard app does not come with a content management system. Don’t worry - our community has taken care of it. As Sylius does have an awesome dev oriented plugin environment, | ||
our friends from `BitBag <https://bitbag.shop>`_ decided to develop their flexible CMS module. You can find it on `their GitHub <https://github.com/BitBagCommerce/SyliusCmsPlugin>`_. | ||
|
||
.. tip:: | ||
|
||
Check their `GitHub <https://github.com/BitBagCommerce>`_ for more awesome plugins like payment gateways integrations, shipment management and many more. Don't forget to leave a star if you liked their work! | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All the plugins are already listed on this page: http://docs.sylius.org/en/latest/plugins/index.html#the-official-list-of-plugins No need to mention it here. Cookbooks are focusing on solving certain problems, plugin advertisements are rather clutter here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, I feel a little bit overwhelmed with amount of BitBag links in this cookbook 🎉 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👌 |
||
|
||
.. tip:: | ||
|
||
The whole plugin has its own `demo page <https://github.com/BitBagCommerce>`_ with specific use cases. You can access the `admin panel <https://github.com/BitBagCommerce>`_ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Doesn't look like a demo page or admin panel |
||
with ``login: sylius, password: sylius`` credentials. | ||
|
||
Inside the plugin, you will find: | ||
|
||
* HTML, image and text blocks you can place in each Twig template | ||
* Page resources | ||
* Sections which you can use to create a blog, customer information, etc. | ||
* FAQ module | ||
|
||
What is the most awesome thing about this plugin is that you can customize it for your specific needs like you do with each * :doc:`Sylius model </customization/model>`. | ||
|
||
Installation & usage | ||
----------------------------------- | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. too long line of |
||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And btw can we add here a sample guide on the plugin usage? Adding one simple block or sth? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it would be better to leave the usage inside the README as many things change inside the plugin core. |
||
Find out more about how to use the plugin on `GitHub <https://github.com/BitBagCommerce>`_. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The link is wrong I suppose. |
||
|
||
Learn more | ||
---------- | ||
|
||
* :doc:`How to create a plugin for Sylius? </plugins/creating-plugin>` | ||
* `BitBag plugins <https://github.com/BitBagCommerce>`_ | ||
* `FriendsOfSylius plugins <https://github.com/FriendsOfSylius/SyliusGoose>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And please break the lines a bit :)