-
Updated
Oct 10, 2021 - Go
content-management-system
A content management system (CMS) is a piece of software which provides website authoring, collaboration, and administration tools that help users with little knowledge of programming languages create and manage website content.
Here are 475 public repositories matching this topic...
Bug Report
Like #1299 but for highlight_themes_css
Environment
Zola version: 0.14.1
Expected Behavior
[markdown]
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
{ theme = "one-dark", filename = "syntax-theme-dark.css" },
{ theme = "one-light", filename = "syntax-theme-light.css" },
]Since one of the above themes doesn't ex
Summary
InlineImage component should have cursor: pointer style when CMS is enabled.
(Currently is only ever has the normal default cursor.)
The pointer cursor indicates to the user that clicking it will trigger some action.
In this case that action is opening a Media Manager dialog.
Motivation
I did my first introduction/training of a TinaCMS application to a person, and
-
Updated
Sep 5, 2021 - C#
-
Updated
Jul 17, 2021 - JavaScript
Description
I'm new to twill, but I am loving it so much that I'm tempted to dance a jig or something. Seriously cool so far.
Ran into a MINOR issue creating my first twill module:
the line 'use Illuminate\Support\Facades\Schema;'
is missing from the top of the migration files generated by the twill CLI.
Not huge, I
-
Updated
Sep 23, 2021 - PHP
-
Updated
Nov 19, 2019 - Python
-
Updated
Aug 11, 2021
-
Updated
Oct 5, 2021 - CSS
-
Updated
Jan 12, 2021 - SCSS
-
Updated
Oct 4, 2021 - Python
-
Updated
Oct 10, 2021 - PHP
-
Updated
Oct 9, 2021 - PHP
-
Updated
Jul 26, 2021 - JavaScript
-
Updated
Sep 22, 2021 - Ruby
-
Updated
Oct 8, 2021 - Ruby
-
Updated
Mar 9, 2021 - Elixir
-
Updated
Oct 9, 2021 - Java
Unit testing
It's high time we introduced a test suite alongside the development process to help catch regressions. As we move towards a more class-based ecosystem with less reliance on global variables, this should become achievable with something like PHPUnit.
This will be an ongoing issue, so no milestone required. It can be closed when a framework is in place and the tests start being added. At minimum we
-
Updated
Jun 6, 2020 - PHP
-
Updated
Oct 6, 2021 - PHP
-
Updated
Sep 29, 2021 - PHP
-
Updated
Mar 16, 2017 - JavaScript
It is a common use-case to require a comma in a form choice, such as "Please specify your income: $1,000 - $2,000" etc. I think it would be preferable to use pipe separator since it is not an English grammatical character.
While we do have a very customized form page, we are still leaning on some underpinnings of wagtail.contrib.forms, so I think we will either need to provide our own choice fi
-
Updated
Oct 8, 2021 - TypeScript
-
Updated
Jul 24, 2021 - PHP
-
Updated
Oct 9, 2021 - Java
- Wikipedia
- Wikipedia
Describe the bug
Using xframe
ALLOW-FROMthrows error in console:Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR