CKEditor5.CustomTranslations (ckeditor5_phoenix v1.20.0)
View SourceRepresents custom translations configuration for CKEditor5.
Summary
Functions
Merges two CustomTranslations structs or maps.
Parses a map into a CustomTranslations struct. Returns {:ok, %CustomTranslations{}} if valid, {:error, reason} if invalid.
Parses a map into a CustomTranslations struct. Returns %CustomTranslations{} if valid, raises an error if invalid.
Defines the schema for custom translations configuration.
Types
Functions
Merges two CustomTranslations structs or maps.
Parses a map into a CustomTranslations struct. Returns {:ok, %CustomTranslations{}} if valid, {:error, reason} if invalid.
Parses a map into a CustomTranslations struct. Returns %CustomTranslations{} if valid, raises an error if invalid.
Defines the schema for custom translations configuration.