1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:49:42 +00:00
This commit is contained in:
deadc0de6
2020-08-25 08:15:18 +02:00
parent 09aac991a4
commit e1280dca9b

View File

@@ -48,7 +48,6 @@ Only the higher layer is accessible to other classes of dotdrop.
are executed, this means that `dynvariables` can safely reference `variables` however are executed, this means that `dynvariables` can safely reference `variables` however
`variables` referencing `dynvariables` will result with the none executed value of the `variables` referencing `dynvariables` will result with the none executed value of the
referenced `dynvariables` (see examples below) referenced `dynvariables` (see examples below)
* a `dynvariables` can reference a `variables` however the opposite is not possible
* profile cannot include profiles defined above in the import tree * profile cannot include profiles defined above in the import tree
* config files do not have access to variables * config files do not have access to variables
defined above in the import tree defined above in the import tree