cms-framework
Here are 349 public repositories matching this topic...
-
Updated
Sep 26, 2021 - JavaScript
-
Updated
Oct 6, 2021 - TypeScript
With apos-workflow enabled, the page reorganize modal's Trash rows (when you expand pages with children) isn't aligned to be clear about the relationship. If the Trash row is part of the "Service" page context (in the screenshot), it probably should be aligned with that page's children, possibly shaded red as the "true" trash at the bottom.
![Screen_Shot_2019-09-26_at_3_36_26_PM](https://user-i
-
Updated
Sep 7, 2021 - C#
-
Updated
Aug 9, 2019 - 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
Oct 6, 2021 - PHP
-
Updated
Oct 4, 2021 - Python
-
Updated
Sep 28, 2021 - C#
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Oct 6, 2021 - PHP
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
Oct 6, 2021 - PHP
Currently the module
field on package.json
points to src/simpla.js
but really it should point to a separate build, that's been transpiled, but not bundled. This means that whatever module bundling system consumers are using will still be used, but it won't need to be transpiled. As it currently stands, users can come up against [this bug](https://github.com/facebookincubator/create-react-app
-
Updated
Sep 20, 2021 - PHP
-
Updated
Oct 6, 2021 - PHP
-
Updated
Sep 24, 2021 - TypeScript
-
Updated
Mar 20, 2018 - Shell
-
Updated
Sep 29, 2021 - PHP
-
Updated
Jan 29, 2021 - C#
-
Updated
Oct 6, 2021 - PHP
-
Updated
Jul 10, 2018 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Sep 22, 2021 - Python
Improve this page
Add a description, image, and links to the cms-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cms-framework topic, visit your repo's landing page and select "manage topics."
Describe the bug
Using xframe
ALLOW-FROM
throws 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