@@ -14,14 +14,14 @@ Each filter is defined as an object with the following properties:
1414}
1515----
1616
17- * ** name** : A predefined filter identifier (e.g., adaris, zevcen, galen).
18- * ** amount** : The intensity of the filter effect, ranging from -100 to 200:
17+ * ` name` : A predefined filter identifier (e.g., adaris, zevcen, galen).
18+ * ` amount` : The intensity of the filter effect, ranging from -100 to 200:
1919** **0**: No effect (image stays original).
2020** **0** to **100**: Gradually increases filter strength.
2121** **100**: Default intensity (as the filter is designed).
2222** **>100**: Exaggerates the effect.
2323** **<0**: Inverts the filter effect (produces a "negative" version).
24- * ** label** : Optional display name for the filter in your UI. If omitted, it defaults to the name.
24+ * ` label` : Optional display name for the filter in your UI. If omitted, it defaults to the name.
2525
2626=== Example: Setting `uploadcare_filters`
2727
@@ -52,8 +52,8 @@ tinymce.init({
5252----
5353
5454[NOTE]
55- * Filter names must be selected from the supported set: adaris, briaril, calarel, carris, cynarel, cyren, elmet, elonni, enzana,
56- erydark, fenralan, ferand, galen, gavin, gethriel, iorill, iothari, iselva, jadis, lavra, misiara, namala, nerion, nethari, pamaya, sarnar, sedis, sewen, sorahel, sorlen, tarian, thellassan, varriel, varven, evera, virkas, yedis, yllara, zatvel, zevcen.
55+ * Filter names must be selected from the supported set:
56+ ** `adaris`, `briaril`, `calarel`, `carris`, `cynarel`, `cyren`, `elmet`, `elonni`, `enzana`, ` erydark`, ` fenralan`, ` ferand`, ` galen`, ` gavin`, ` gethriel`, ` iorill`, ` iothari`, ` iselva`, ` jadis`, ` lavra`, ` misiara`, ` namala`, ` nerion`, ` nethari`, ` pamaya`, ` sarnar`, ` sedis`, ` sewen`, ` sorahel`, ` sorlen`, ` tarian`, ` thellassan`, ` varriel`, ` varven`, `vevera`, ` virkas`, ` yedis`, ` yllara`, ` zatvel`, ` zevcen` .
5757* If the amount is not set, it defaults to 100.
5858* Some filters may behave unpredictably outside the 0–100 range.
5959* Applying negative amount values inverts the filter, useful for creative effects.
0 commit comments