# `CKEditor5.Contexts`
[🔗](https://github.com/Mati365/ckeditor5-phoenix/blob/v1.28.2/lib/contexts.ex#L1)

Provides predefined configurations (contexts) for CKEditor 5.

# `contexts`

Returns all available contexts.

# `get`

Retrieves a context configuration by name.

Returns `{:ok, context}` on success, or `{:error, reason}` on failure.

# `get!`

Retrieves a context configuration by name, raising an exception on failure.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
