dev

SectionEditLabels, bu ikonun ne yaptığını daha iyi tanımlamak için kurşun kalem ikonunun yanına "DÜZENLE" etiketini ekleyen bir stil sayfasıdır.

Installation

Configuration

To customize the edit label text, you must target the .page__main element. To customize any language besides english, you must also specify the language with the lang attribute with the language's ISO code as its value in the aforementioned selector. Like so:

/* Customizing english text. */
.page__main { --edit-label: "Update" }

/* Customizing spanish text. */
.page__main[lang="es"] { --edit-label: "Actualizar" }