Commit 9870028
committed
Block Bindings: Use field instead of key in post-data source.
After the UI refactor, source args can contain anything, and using whatever fits better for each source is encouraged.
Instead of using a `post-meta` based key argument. `post-data` will use `field` as an argument, which fits better to post related use cases.
Props cbravobernal, bernhard-reiter.
Fixes #64112.
git-svn-id: https://develop.svn.wordpress.org/trunk@60955 602fd350-edb4-49c9-b593-d223f7449a821 parent aa5fdef commit 9870028
1 file changed
+11
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
| |||
53 | 59 | | |
54 | 60 | | |
55 | 61 | | |
56 | | - | |
| 62 | + | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
60 | | - | |
| 66 | + | |
61 | 67 | | |
62 | 68 | | |
63 | 69 | | |
| |||
0 commit comments