MDL-73635 tool_componentlibrary: Removed extra whitespaces

This commit is contained in:
Shamim Rezaie
2022-01-25 11:36:17 +11:00
parent ca53fa6919
commit 682340d858
@@ -7,12 +7,12 @@ draft: false
There may be times that we need to provide example implementations of the component being documented in order to further demonstrate how to use a component.
We need to put these files in `examples` folders. It helps organise things and makes the maintenance of the component library code easier by allowing us to distinguish examples from the actual component library code.
We need to put these files in `examples` folders. It helps organise things and makes the maintenance of the component library code easier by allowing us to distinguish examples from the actual component library code.
## Example pages
Example pages can be placed under the `componentlibrary/examples` folder.
Example pages can be placed under the `componentlibrary/examples` folder.
See the `formfields.php` example page as an example:
@@ -30,7 +30,7 @@ This can be embedded in the component's documentation page via iframe. For examp
## Example classes
Example classes can be placed under the `componentlibrary/classes/local/examples/[componentname]` folder.
Example classes can be placed under the `componentlibrary/classes/local/examples/[componentname]` folder.
In our form fields example, we have the `\tool_componentlibrary\local\examples\formelements\example` class under `componentlibrary/classes/local/examples/formelements`.