Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 35bb75c

Browse files
committed
1 parent fe1885c commit 35bb75c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bundles/block/types.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ cases. It also has a couple of more specific blocks that integrate third
66
party libraries. Those can be handy for some use cases and also serve as
77
examples to build your own blocks.
88

9+
Common Behaviour
10+
----------------
11+
12+
There is an ``AbstractBlock`` base class that defines common behaviour for all
13+
blocks provided by this bundle. It also implements handling for locales, even
14+
though only those block that actually contain string content implement the
15+
``TranslatableInterface``.
16+
17+
Publish Workflow Interfaces
18+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
19+
20+
The ``AbstractBlock`` implements the write interfaces for publishable and publish time
21+
period, see the :ref:`publish workflow documentation <bundle-core-publish_workflow>`
22+
for more information.
23+
924
StringBlock
1025
-----------
1126

0 commit comments

Comments
 (0)