mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-10 13:54:41 +00:00
6 lines
207 B
Python
6 lines
207 B
Python
from fobi.base import FormElementPluginWidget
|
|
|
|
class BaseSampleTextareaPluginWidget(FormElementPluginWidget):
|
|
# Same as ``uid`` value of the ``SampleTextareaPlugin``.
|
|
plugin_uid = "sample_textarea"
|
|
|