-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
42 changed files
with
1,204 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# FlyoNitroJs.FieldAddress | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**zip** | **Number** | | [optional] | ||
**city** | **String** | | [optional] | ||
**streetName** | **String** | | [optional] | ||
**streetNr** | **String** | | [optional] | ||
**street** | **String** | | [optional] | ||
**address** | **String** | | [optional] | ||
**cordsLat** | **Number** | | [optional] | ||
**cordsLng** | **Number** | | [optional] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# FlyoNitroJs.FieldCheckboxList | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**values** | **[String]** | | [optional] | ||
**options** | **Object** | All Options which are available in the checkbox and the user can select from | [optional] | ||
**labels** | **[String]** | | [optional] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# FlyoNitroJs.FieldDropdown | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**value** | **String** | The option value which has been selected in flyo. | [optional] | ||
**options** | **Object** | All Options which are available in the dropdown and the user can select from | [optional] | ||
**label** | **String** | The option label which has been selected in flyo. | [optional] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# FlyoNitroJs.FieldFile | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**source** | **String** | Manipulatable image path, see https://dev.flyo.cloud/infos/images.html. | [optional] | ||
**caption** | **String** | Describes the file or image | [optional] | ||
**copyright** | **String** | | [optional] | ||
**name** | **String** | | [optional] | ||
**id** | **Number** | The unique identifier of the file or image as incremental number. | [optional] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# FlyoNitroJs.FieldImage | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**source** | **String** | Manipulatable image path, see https://dev.flyo.cloud/infos/images.html. | [optional] | ||
**caption** | **String** | Describes the file or image | [optional] | ||
**copyright** | **String** | | [optional] | ||
**name** | **String** | | [optional] | ||
**id** | **Number** | The unique identifier of the file or image as incremental number. | [optional] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# FlyoNitroJs.FieldLink | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**type** | **String** | The type of the link. Possible values are: nitropagelink, url, email, tel, file | [optional] | ||
**target** | **String** | The target attribute of the link. Possible values are: _blank, _self | [optional] | ||
**raw** | **String** | The not modified raw input value of flyo. | [optional] | ||
**href** | **String** | The link in a href format. Which means links have a trailing slash. E-Mail links start with mailto: and phone links start with tel: | [optional] | ||
**extras** | **Object** | Additional information about the link. This information can vary depending on the type of link. | [optional] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# FlyoNitroJs.FieldSchema | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **Number** | | [optional] | ||
**uniqueId** | **String** | | [optional] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# FlyoNitroJs.FieldWysiwyg | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**html** | **String** | | [optional] | ||
**json** | **Object** | The TipTap json annotation can be parsed to html with a library f.e. https://github.com/ueberdosis/tiptap-php | [optional] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.