2.0.0releasedOutput Field
Advanced data source output for input fields
Clone URLhttps://github.com/hananils/output_field.git
Add as a submodulegit submodule add https://github.com/hananils/output_field.git extensions/output_field --recursive
Compatibility
2.x.x | 2.1.x | 2.2.x | 2.3.x | 2.4.x | 2.5.x | 2.6.x | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No | 1.1.0 | 1.2.1 | 2.0.0 | No | No | No | No | No | No | No | No | No | No. Soon? |
Readme
Output Field
Advanced data source output for mail addresses and URIs in input fields.
Documentation
This extension extends Symphony's standard input field an offers a different data source output for mail addresses and URIs.
Mail address
<mailaddress alias="sam.symphonian" domain="symphony-cms.com" hash="9a6ea6ecaa6ce46c0dcfb8415993e638">
[email protected]
</mailaddress>
- alias
- domain
- hash (useful for Gravatar integration)
URI (see PHP documentation)
<website scheme="http" host="symphony-cms.com">http://symphony-cms.com</website>
- scheme, e.g.
http
- host
- port
- user
- pass
- path
- query, after the question mark
?
- fragment, after the hashmark
#
Version history
Requires Symphony 2.3.x
- Symphony 2.3 compatibility
Symphony 2.2.x to 2.2.5
- Added
extension.meta.xml
Symphony 2.0.6 to 2.1.x
- Renamed field from
advanced_input
tooutput_field
Symphony 2.2.x to 2.2.5
- Symphony 2.2 compatibility
Symphony 2.0.6 to 2.1.x
- Initial release