LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
ckanext/__init__.py
ckanext/blocksmith/__init__.py
ckanext/blocksmith/helpers.py
ckanext/blocksmith/middleware.py
ckanext/blocksmith/plugin.py
ckanext/blocksmith/tags.py
ckanext/blocksmith/types.py
ckanext/blocksmith/utils.py
ckanext/blocksmith/assets/webassets.yml
ckanext/blocksmith/assets/css/main.css
ckanext/blocksmith/assets/css/vendor/grapes.min.css
ckanext/blocksmith/assets/css/vendor/grapesjs-component-code-editor.min.css
ckanext/blocksmith/assets/css/vendor/tabulator-theme.min.css
ckanext/blocksmith/assets/css/vendor/tabulator.min.css
ckanext/blocksmith/assets/js/blocksmith-codemirror.js
ckanext/blocksmith/assets/js/blocksmith-editor.js
ckanext/blocksmith/assets/js/blocksmith-menus-list.js
ckanext/blocksmith/assets/js/blocksmith-pages-list.js
ckanext/blocksmith/assets/js/blocksmith-slugify.js
ckanext/blocksmith/assets/js/blocksmith-snippets-list.js
ckanext/blocksmith/assets/js/vendor/codemirror6.bundle.min.js
ckanext/blocksmith/assets/js/vendor/grapes-blocks-basic.min.js
ckanext/blocksmith/assets/js/vendor/grapes-blocks-flexbox.min.js
ckanext/blocksmith/assets/js/vendor/grapes-component-code-editor.min.js
ckanext/blocksmith/assets/js/vendor/grapes-navbar.min.js
ckanext/blocksmith/assets/js/vendor/grapes-parser-postcss.min.js
ckanext/blocksmith/assets/js/vendor/grapes-plugin-forms.min.js
ckanext/blocksmith/assets/js/vendor/grapes-preset-webpage.min.js
ckanext/blocksmith/assets/js/vendor/grapes.min.js
ckanext/blocksmith/assets/js/vendor/sweetalert2.min.js
ckanext/blocksmith/assets/js/vendor/tabulator.min.js
ckanext/blocksmith/logic/__init__.py
ckanext/blocksmith/logic/action.py
ckanext/blocksmith/logic/auth.py
ckanext/blocksmith/logic/schema.py
ckanext/blocksmith/logic/validators.py
ckanext/blocksmith/migration/blocksmith/alembic.ini
ckanext/blocksmith/migration/blocksmith/env.py
ckanext/blocksmith/migration/blocksmith/script.py.mako
ckanext/blocksmith/migration/blocksmith/versions/4dda752c7953_create_blocksmith_menu_table.py
ckanext/blocksmith/migration/blocksmith/versions/998a61a968f8_create_blocksmith_snippet_table.py
ckanext/blocksmith/migration/blocksmith/versions/a682a047d28a_create_blocksmith_page_table.py
ckanext/blocksmith/model/__init__.py
ckanext/blocksmith/model/base.py
ckanext/blocksmith/model/menu.py
ckanext/blocksmith/model/page.py
ckanext/blocksmith/model/snippet.py
ckanext/blocksmith/templates/header.html
ckanext/blocksmith/templates/page.html
ckanext/blocksmith/templates/blocksmith/loading_indicator.html
ckanext/blocksmith/templates/blocksmith/page.html
ckanext/blocksmith/templates/blocksmith/menu/menu_items.html
ckanext/blocksmith/templates/blocksmith/menu/menu_list.html
ckanext/blocksmith/templates/blocksmith/page/create.html
ckanext/blocksmith/templates/blocksmith/page/default_content.html
ckanext/blocksmith/templates/blocksmith/page/edit.html
ckanext/blocksmith/templates/blocksmith/page/list.html
ckanext/blocksmith/templates/blocksmith/page/read.html
ckanext/blocksmith/templates/blocksmith/page/read_fullscreen.html
ckanext/blocksmith/templates/blocksmith/snippet/create.html
ckanext/blocksmith/templates/blocksmith/snippet/edit.html
ckanext/blocksmith/templates/blocksmith/snippet/list.html
ckanext/blocksmith/templates/blocksmith/snippet/read.html
ckanext/blocksmith/templates/blocksmith/snippet/macros/arguments_macros.html
ckanext/blocksmith/templates/blocksmith/snippet/snippets/snippet_argument_field.html
ckanext/blocksmith/templates/blocksmith/snippet/snippets/snippet_form.html
ckanext/blocksmith/templates/blocksmith/snippet/snippets/snippet_kwarg_fieldset.html
ckanext/blocksmith/templates/blocksmith/snippet/snippets/snippet_preview.html
ckanext/blocksmith/tests/__init__.py
ckanext/blocksmith/tests/conftest.py
ckanext/blocksmith/tests/test_menu_action.py
ckanext/blocksmith/tests/test_page_action.py
ckanext/blocksmith/tests/test_snippet_action.py
ckanext/blocksmith/tests/test_validators.py
ckanext/blocksmith/views/__init__.py
ckanext/blocksmith/views/menu.py
ckanext/blocksmith/views/page.py
ckanext/blocksmith/views/snippet.py
ckanext_blocksmith.egg-info/PKG-INFO
ckanext_blocksmith.egg-info/SOURCES.txt
ckanext_blocksmith.egg-info/dependency_links.txt
ckanext_blocksmith.egg-info/entry_points.txt
ckanext_blocksmith.egg-info/namespace_packages.txt
ckanext_blocksmith.egg-info/requires.txt
ckanext_blocksmith.egg-info/top_level.txt
docs/images/editor.png
docs/images/list.png