Changeset 1840724
- Timestamp:
- 03/15/2018 01:53:14 PM (8 years ago)
- File:
-
- 1 edited
-
beans-visual-hook-guide/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
beans-visual-hook-guide/trunk/readme.txt
r1840723 r1840724 23 23 Beans is a dream to develop with, as all markup and attributes added using Beans are registered using a unique Markup ID which can be exposed by enabling the Beans Development Mode in settings. 24 24 25 Once 'Development Mode' is enabled, the Markup ID’s are output in a data-markup-id tag in the front-end. The values of these data-markup-id tagscan be used by the various [Beans APIs](https://www.getbeans.io/code-reference/api/) to rapidly develop beautiful themes.25 Once Development Mode is enabled, the Markup IDs are output in a data-markup-id tag in the front-end. The values of which can be used by the various [Beans APIs](https://www.getbeans.io/code-reference/api/) to rapidly develop beautiful themes. 26 26 27 Any markup added using Beans a lso adds several [dynamic action hooks](https://www.getbeans.io/documentation/markup-and-attributes/) both before and after it:27 Any markup added using Beans adds several [dynamic action hooks](https://www.getbeans.io/documentation/markup-and-attributes/) both before and after it: 28 28 29 29 `
Note: See TracChangeset
for help on using the changeset viewer.