Skip to content
Snippets Groups Projects
Commit 3ca17d3f authored by jovuit's avatar jovuit
Browse files

Nest multiple component parts by a dot instead of a /

parent 2fe403ed
No related branches found
No related tags found
No related merge requests found
......@@ -489,13 +489,13 @@ Here are a few examples of valid context hierarchies:
- ``*/*/*/Verb, Short``
- ``Modal/Playlist/Button``
It's possible to nest multiple component parts to reach a higher level of detail:
It's possible to nest multiple component parts to reach a higher level of detail. The component parts are then separated by a dot:
- ``Sidebar/Queue/Tab/Title``
- ``Content/*/Button/Title``
- ``Content/*/Table/Header``
- ``Footer/*/List item/Link``
- ``Content/*/Form/Help text``
- ``Sidebar/Queue/Tab.Title``
- ``Content/*/Button.Title``
- ``Content/*/Table.Header``
- ``Footer/*/List item.Link``
- ``Content/*/Form.Help text``
Collecting translatable strings
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment