edit_form.php
Text Edit Form View - Display form for creating/editing texts
Variables expected:
- $textId: int - Text ID (0 for new text)
- $text: object{id: int, lgid: int, title: string, text: string, source: string, media_uri: string} - Text object
- $annotated: bool - Whether the text has annotations
- $languageData: array - Mapping of language ID to language code
- $isNew: bool - Whether this is a new text
PHP version 8.1