Formatted the collapsable part properly.

This commit is contained in:
deepjyoti30
2020-06-05 20:36:53 +05:30
parent 467f2e9ae0
commit 0d3ec6be71

View File

@@ -76,13 +76,13 @@ Each square can contain the following values.
## Name ## Name
The name variable contains the **name** of the square block, the one that appears on the top of the square/card. The name variable contains the **name** of the square block, the one that appears on the top of the square/card.
**Datatype**: String
For Eg: If you want to set the squares name to **Media**, it should be For Eg: If you want to set the squares name to **Media**, it should be
```json ```json
"name": "Media" "name": "Media"
``` ```
**Datatype**: String
</details> </details>
<details> <details>
<summary>Color</summary> <summary>Color</summary>
@@ -90,6 +90,8 @@ Each square can contain the following values.
## Color ## Color
The primary color that the heading of the square has and also the one that the links will have when the cursor is over them. The primary color that the heading of the square has and also the one that the links will have when the cursor is over them.
**Datatype**: String
For Eg: If you want to set the color to **Black** or **#000** or **#000000*, the string should be one of the following For Eg: If you want to set the color to **Black** or **#000** or **#000000*, the string should be one of the following
```json ```json
@@ -107,8 +109,6 @@ Each square can contain the following values.
``` ```
>**NOTE**: Currently supports CSS color names and HEX values. >**NOTE**: Currently supports CSS color names and HEX values.
**Datatype**: String
</details> </details>
<details> <details>
<summary>Links</summary> <summary>Links</summary>
@@ -116,6 +116,8 @@ Each square can contain the following values.
## Links ## Links
This is an array that will contain objects which will later be parsed to URL. Each object should contain two values. This is an array that will contain objects which will later be parsed to URL. Each object should contain two values.
**Datatype**: Array
- name: Name of the URL - name: Name of the URL
- url: The URL. - url: The URL.
@@ -124,8 +126,6 @@ Each square can contain the following values.
```json ```json
{"name": "Netflix", "url": "https://netflix.com"} {"name": "Netflix", "url": "https://netflix.com"}
``` ```
**Datatype**: Array
</details> </details>
## Support the project ## Support the project