-
Notifications
You must be signed in to change notification settings - Fork 4
Data Block
dimmus edited this page Dec 25, 2022
·
2 revisions
The data
block behaves in the same way as the data
block inside the parts
block, but the usage is different: this block is useful for data that covers the whole theme, such as license information, version, and authors.
Figure: Data block
data {
item: "key" "value";
file: "otherkey" "filename.ext";
}
Based on official Enlightenment documentation.