Skip to content

Commit

Permalink
'publication by pim@ojs+linux+6.1.31+quiqr-desktop-app-0.17.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
mipmip committed Jun 5, 2023
1 parent 3fc2fa6 commit 305ea11
Show file tree
Hide file tree
Showing 9 changed files with 145 additions and 28 deletions.
Binary file added .quiqr-cache/thumbs/static/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# quiqr-template-kitchen-sink
# Quiqr Template Kitchen Sink

> Everything but the kitchen sink
This template is for learning how the Quiqr Model works. Every available model
field is configured in this model.
5 changes: 5 additions & 0 deletions containerFields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ accordion:
field2: dag
- field1: bye
field2: salut
params:
author: mipmip
description: Every available field
section:
some_child_field: '2023-06-21'
12 changes: 12 additions & 0 deletions data/system_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"weekday": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saterday",
"Sunday"
]

}
15 changes: 14 additions & 1 deletion dataFields.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@ leaf_array:
- item 1
image_select: seed_765936_00003.png
sample_field: 1
select_single: 2
select_single: '2'
select_multiple:
- 1
- 3
date: '2022-03-28'
fonticon-picker: FaCarCrash
color: lime
font-picker: ''
select-from-query: Sunday
slider: 320

---

Expand Down Expand Up @@ -86,6 +91,14 @@ date: '2022-03-28'














Expand Down
9 changes: 9 additions & 0 deletions quiqr/etalage/template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "KitchenSink",
"description": "Template with every available field type. For learning the Quiqr Model",
"homepage": "https://github.com/quiqr/quiqr-template-kitchen-sink",
"license": "MIT",
"licenseURL": "https://github.com/quiqr/quiqr-template-kitchen-sink/blob/main/LICENSE",
"author": "Pim Snel",
"authorHomepage": "https://github.com/mipmip"
}
15 changes: 7 additions & 8 deletions quiqr/home/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# README FOR NEW SITE
# Quiqr Template Kitchen Sink

If you're a website developer you can read the [Quiqr Site Developer
Docs](https://book.quiqr.org/)
how to customize your Site Admin.
> Everything but the kitchen sink
Quiqr is a Desktop App made for [Hugo](https://gohugo.io). Read all about
[creating Hugo websites](https://gohugo.io/getting-started/quick-start/).
This template is for learning how the Quiqr Model works. Every available model
field is configured in this model.

To change this about text, edit this file: */home/pim/Quiqr Data/sites/test_site_for_model_development/main/quiqr/home/index.md*.
If you're a website developer you can read the [Quiqr Site Developer
Docs](https://book.quiqr.org/) how to customize your Site Admin.

Happy Creating.

❤️ Quiqr
❤️ Quiqr
5 changes: 3 additions & 2 deletions quiqr/model/includes/menu.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
- title: Fields
menuItems:
- key: containerFields
- key: dataFields
- key: simpleDataFields
- key: advancedDataFields
- key: layoutFields
- key: containerFields

- title: Example Cases
menuItems:
Expand Down
105 changes: 89 additions & 16 deletions quiqr/model/includes/singles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,34 @@
- key: field2
type: string

- key: dataFields
title: Data Fields
- key: pull
fields:
- key: author
title: Author
type: string
- key: description
multiLine: true
title: Description
type: string
group: params
type: pull

- key: section
fields:
- key: some_child_field
title: Some chield field
type: date
groupdata: true
type: section

- key: leaf_array
type: leaf-array
field:
key: some_child_field
type: string

- key: advancedDataFields
title: Advanced Data Fields
file: dataFields.md
fields:
- key: date
Expand All @@ -83,6 +109,53 @@
- key: chips
type: chips

- key: uniq
type: uniq

- key: color
type: color

- key: fonticon-picker
type: fonticon-picker

- key: font-picker
limit: 40
categories:
- sans-serif
families:
- roboto
- roboto condensed
- lato
- open sans
type: font-picker

- key: select-from-query
multiple: false
query_glob: data/system_data.json
query_string: .weekday[]
type: select-from-query

- key: image_select
buttonTitle: select image
path: /static/images
type: image-select



- key: slider
max: 800
min: 0
step: 10
type: slider




- key: simpleDataFields
title: Simple Data Fields
file: dataFields.md
fields:

- key: select_single
default: 2
multiple: false
Expand All @@ -106,38 +179,38 @@
- text: Option 3
value: 3

- key: hidden
type: hidden
default: some value


- key: number
type: number

- key: string
type: string

- key: info_about_next_field
type: info
content: the next field is `disabled`

- key: disabled_field
type: info
disabled: true
content: this field is disabled and thus hidden

- key: Multiline String
type: string
multiLine: true
tip: Enter more then one line

- key: uniq
type: uniq

- key: readonly
type: readonly
default: some preset value

- key: boolean
type: boolean

- key: leaf_array
type: leaf-array
field:
key: some_child_field
type: string

- key: image_select
buttonTitle: select image
path: /static/images
type: image-select


- key: images
title: Images
Expand Down

0 comments on commit 305ea11

Please sign in to comment.