Currently the format of the area isn't brought to the area handlers, because the format is stored as additional key.
Let's introduce a 'format_key' for any kind of content which allows to load the format from somewhere else in the options.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1157366-format_key.patch | 2.03 KB | dawehner |
| #1 | 1157366-format_key.patch | 1.09 KB | dawehner |
Comments
Comment #1
dawehnerHere is the patch for it.
We might have to change the unpack_options method as well.
Comment #2
dawehnernew version of the patch which is tested locally. This works fine for area handlers.
Comment #3
dawehnerCommited a slighly changed version to both 3.x branches.