content-management
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 282 public repositories matching this topic...
-
Updated
Dec 27, 2021 - Rust
-
Updated
Dec 25, 2021 - PHP
https://github.com/infinitered/nsfwjs/blob/ebcd41c46087a3f42c6577f96acc53d7a934b068/src/index.ts#L68
Hello, it seems, although not explicit I can save the model to different schemas by referencing the underlying "model" attribute in the model returned by nsfwjs.load() e.g.
`nsfwjs.load(path).then(function (newModel) {
console.log("path", path);
if(newModel) {
Fix Video
Is your feature request related to a problem? Please describe.
Currently in Menus - List Layouts - # Articles to List, there is the option to select how many articles to list: 5, 10, ....100, All.
Describe the solution you'd like
With the current approach, you have to go to each menu/list and set the #articles to list.
Suggesting to add a global option for that #articles to li
-
Updated
May 19, 2020 - PHP
-
Updated
Nov 4, 2021 - PHP
-
Updated
Dec 22, 2021 - PHP
-
Updated
Nov 19, 2019 - Python
-
Updated
Nov 10, 2021 - CSS
arm64 release please
Please add arm64 release bin
-
Updated
Dec 27, 2021 - PHP
-
Updated
Dec 23, 2021 - PHP
-
Updated
Nov 2, 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
Dec 26, 2021 - PHP
-
Updated
Jun 6, 2020 - PHP
-
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
Feb 3, 2021 - JavaScript
-
Updated
Nov 24, 2021 - HTML
-
Updated
Oct 6, 2021 - PHP
-
Updated
Dec 27, 2021 - TypeScript
-
Updated
Dec 2, 2021 - PHP
-
Updated
Mar 22, 2019 - PHP
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Dec 23, 2021 - PHP
- 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