Files
AppFlowy/frontend/rust-lib/flowy-document2/src/document_block_keys.rs
Lucas.Xu 561d0f0808 feat: public the json to document data pb api (#2694)
* feat: public the json to document data pb api

* test: add test for convert_data_to_document_internal

* chore: apply review suggestion

* chore: update folder path
2023-06-03 20:43:46 +08:00

3 lines
83 B
Rust

pub const PAGE: &str = "page";
pub const PARAGRAPH_BLOCK_TYPE: &str = "paragraph";