[lektor-website-197] Removing single option for children models of the plugins page.

This commit is contained in:
Joseph Nix 2018-12-15 00:20:19 -06:00
parent 8e0cefa3b7
commit b71bd8499f
38 changed files with 76 additions and 3 deletions

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-asciidoc name: lektor-asciidoc
--- ---
categories: content categories: content

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-asciidoctor name: lektor-asciidoctor
--- ---
tags: tags:

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-atom name: lektor-atom
--- ---
categories: templates categories: templates

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-bibtex-support name: lektor-bibtex-support
--- ---
categories: content categories: content

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-creative-commons name: lektor-creative-commons
--- ---
categories: templates categories: templates

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-disqus-comments name: lektor-disqus-comments
--- ---
categories: templates categories: templates

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-github-repos name: lektor-github-repos
--- ---
categories: templates categories: templates

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-google-analytics name: lektor-google-analytics
--- ---
tags: tags:

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-gulp name: lektor-gulp
--- ---
categories: build categories: build

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-htmlmin name: lektor-htmlmin
--- ---
categories: build categories: build

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-i18n name: lektor-i18n
--- ---
categories: build categories: build

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-jinja-content name: lektor-jinja-content
--- ---
categories: content categories: content

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-make name: lektor-make
--- ---
categories: build categories: build

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-markdown-admonition name: lektor-markdown-admonition
--- ---
categories: content categories: content

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-markdown-excerpt name: lektor-markdown-excerpt
--- ---
categories: templates categories: templates

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-markdown-header-anchors name: lektor-markdown-header-anchors
--- ---
categories: content categories: content

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-markdown-highlighter name: lektor-markdown-highlighter
--- ---
categories: content categories: content

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-minify name: lektor-minify
--- ---
tags: tags:

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-natural-language name: lektor-natural-language
--- ---
categories: templates categories: templates

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-netlify name: lektor-netlify
--- ---
categories: deploy categories: deploy

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-nofollow name: lektor-nofollow
--- ---
categories: content categories: content

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-npm-support name: lektor-npm-support
--- ---
categories: build categories: build

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-pythonmarkdown name: lektor-pythonmarkdown
--- ---
allow_comments: yes allow_comments: yes

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-read-full-post name: lektor-read-full-post
--- ---
categories: content categories: content

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-root-relative-path name: lektor-root-relative-path
--- ---
categories: templates categories: templates

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-rst name: lektor-rst
--- ---
categories: content categories: content

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-s3 name: lektor-s3
--- ---
categories: deploy categories: deploy

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-shortcodes name: lektor-shortcodes
--- ---
categories: templates categories: templates

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-slugify name: lektor-slugify
--- ---
categories: templates categories: templates

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-strip-html-tags name: lektor-strip-html-tags
--- ---
categories: templates categories: templates

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-surge name: lektor-surge
--- ---
categories: deploy categories: deploy

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-tags name: lektor-tags
--- ---
categories: content categories: content

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-thumbnail-generator name: lektor-thumbnail-generator
--- ---
categories: templates categories: templates

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-webdav name: lektor-webdav
--- ---
categories: templates categories: templates

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-webpack-support name: lektor-webpack-support
--- ---
categories: build categories: build

View File

@ -1,3 +1,5 @@
_model: plugin
---
name: lektor-yandex-metrica name: lektor-yandex-metrica
--- ---
categories: templates categories: templates

View File

@ -3,5 +3,6 @@ name = Plugins
inherits = page inherits = page
label = {{ this.title }} label = {{ this.title }}
[children] # Re-enable after being able to specify 2 models choices instead of only one
model = plugin # [children]
# model = plugin

View File

@ -9,7 +9,7 @@ setup(
py_modules=['lektor_project_data'], py_modules=['lektor_project_data'],
install_requires=[ install_requires=[
'requests', 'requests',
'readme_renderer==20.0', 'readme_renderer[md]==24.0',
], ],
entry_points={ entry_points={
'lektor.plugins': [ 'lektor.plugins': [