Need help in the process of creating your own WordPress theme?
Internal link option type.
| Name | Type | Default | Description |
|---|---|---|---|
| size | string |
"" |
There are 3 sizes:
-
"short", for short input.-
"medium", for normal input.-
"large", for full width input.-
"auto", for auto width. |
TODO: should value be integer(option use pageId). What default value should be?
| Name | Type | Default | Description |
|---|---|---|---|
| value | number |
"" |
Any string value. |
| title | string |
"" |
Page title. |
{
id: "page",
type: "internalLink"
}
{
label: "Page url",
id: "page",
type: "internalLink",
config: {
size: "large",
},
}