Files
directus/app/src/styles
Tim 2c9ff3bca6 Allow custom transformations of assets (#6593)
* Allow custom transformations of assets

This exposes one query parameter `transforms`, which is a JSON array of
shard transformation operations.

It also updates the asset presets. The UX for this still needs some work

* Rename options to arguments for presets

More explicit

* options -> arguments in setting spec

* Better errors for invalid JSON in asset presets

* Add limit to transforms query parameter

* Use flattened option for extra transforms

* Fix placeholder color of code input

* Allow "simple mode" aliases

* Add documentation

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-07-21 15:57:47 -04:00
..
2021-06-08 15:59:55 -04:00
2021-03-08 15:13:53 -05:00
2021-03-04 10:42:37 -05:00
2021-02-12 16:39:17 -05:00
2021-05-04 16:51:35 -04:00
2021-05-04 18:52:08 -04:00

Styles

The global styles of the application. Even though everything is based around scoped styles in the components, there's still a need to have a certain set of global styles. Most importantly the global reset (_base.scss) and CSS Custom Properties (variables).

There are a couple of third party plugins (codemirror / TinyMCE etc) that expect their styles to be global. This folder can be used for that as well.